Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct {
Arr [16]map[byte]string
S []map[string][16]int
M map[string]error
C chan *[]int
}
Collection represents a type that holds collection field types.
type ComplexCollection ¶
type ComplexCollection struct {
Arr [16]map[*external.Collection]string
S []map[string]func(*external.Collection) string
M map[*external.Collection]external.Placeholder
C chan *[]external.Collection
}
ComplexCollection represents a type that holds collection field types.
type ComplexContainer ¶
type ComplexContainer struct {
I interface{ Error() []external.Collection }
F func(external.Collection) []string
}
ComplexContainer represents a type that holds container field types.
Click to show internal directories.
Click to hide internal directories.