Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Packages = make(map[string]Package)
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package = struct { Name string Binds map[string]Value Types map[string]Type Proxies map[string]Type // Untypeds contains a string representation of untyped constants, // stored without loss of precision Untypeds map[string]string // Wrappers is the list of wrapper methods for named types. // Stored explicitly because reflect package cannot distinguish // between explicit methods and wrapper methods for embedded fields Wrappers map[string][]string }
Click to show internal directories.
Click to hide internal directories.