Documentation
¶
Overview ¶
Package config loads configuration data from an external file.
Package config loads configuration data from an external file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cast ¶ added in v0.4.1
type Cast struct {
Depth int `yaml:"depth"`
Enabled bool `yaml:"enabled"`
Disabled Disabled `yaml:"disabled"`
}
Cast represents matcher cast properties of the YML file.
type Disabled ¶ added in v0.4.1
type Disabled struct {
AssignObjectInterface bool `yaml:"assignObjectInterface"`
AssertInterfaceObject bool `yaml:"assertInterfaceObject"`
Convert bool `yaml:"convert"`
}
Disabled represents matcher cast feature flags of the YML file.
type Generated ¶
type Generated struct {
Setup string `yaml:"setup"`
Output string `yaml:"output"`
Template string `yaml:"template"`
}
Generated represents generated properties of the YML file.
Click to show internal directories.
Click to hide internal directories.