Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
Aliases []string
Tags []string
Label string
Description string
Documentation string
Type Type
Default string
Options []string
}
Data is the specification for a Metadata
type Metadata ¶ added in v0.1.18
type Metadata struct {
Aliases func() []string
Tags func() []string
Label func() string
Description func() string
Documentation func() string
Default func() string
Options func() []string
Typ Type
}
Metadata is a set of accessor functions that never write to the store and thus do not create race conditions.
Click to show internal directories.
Click to hide internal directories.