Documentation
¶
Overview ¶
Code generated by config2go(https://github.com/xylonx/config2go) DO NOT EDIT!
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Setting ¶
type Setting struct { SourceConfig string `mapstructure:"source_config" json:"source_config" yaml:"source_config" ` Tag string `mapstructure:"tag" json:"tag" yaml:"tag" ` Tags []string `mapstructure:"tags" json:"-"` TargetFile string `mapstructure:"target_file" json:"target_file" yaml:"target_file" ` TargetPackage string `mapstructure:"target_package" json:"target_package" yaml:"target_package" ` Watch string `mapstructure:"watch" json:"watch" yaml:"watch" ` }
Click to show internal directories.
Click to hide internal directories.