Documentation ¶
Index ¶
Constants ¶
View Source
const ( TagDefault = "default" TagComment = "comment" ConfigPrefix = "config" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigItem ¶ added in v2.0.2
type ConfigItem struct { Type string `json:"type"` Schema string `json:"schema"` Value string `json:"value"` Comment string `json:"comment"` }
func (ConfigItem) String ¶ added in v2.0.2
func (c ConfigItem) String() string
type ConfigItems ¶ added in v2.0.2
type ConfigItems map[string]*ConfigItem
func (ConfigItems) Add ¶ added in v2.0.2
func (c ConfigItems) Add(items ConfigItems)
type Debug ¶ added in v2.0.2
type InvalidUnmarshalError ¶ added in v2.0.2
An InvalidUnmarshalError describes an invalid argument passed to Unmarshal. (The argument to Unmarshal must be a non-nil pointer.)
func (*InvalidUnmarshalError) Error ¶ added in v2.0.2
func (e *InvalidUnmarshalError) Error() string
Click to show internal directories.
Click to hide internal directories.