Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Int8 = &Type{Name: "i8", TypeName: "i8"} UInt8 = &Type{Name: "u8", TypeName: "u8"} Int16 = &Type{Name: "i16", TypeName: "i16"} UInt16 = &Type{Name: "u16", TypeName: "u16"} Int32 = &Type{Name: "i32", TypeName: "i32"} UInt32 = &Type{Name: "u32", TypeName: "u32"} Int64 = &Type{Name: "i64", TypeName: "i64"} UInt64 = &Type{Name: "u64", TypeName: "u64"} )
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Name string Fields []*ContainerField }
type ContainerField ¶
Click to show internal directories.
Click to hide internal directories.