Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnumType ¶
type EnumType struct {
Items []EnumItem
}
EnumType represents an anonymous enumeration.
type StructItem ¶
StructItem represents a struct field.
type StructType ¶
type StructType struct {
Items []StructItem
}
StructType represents an anonymous struct.
Click to show internal directories.
Click to hide internal directories.