Documentation
¶
Index ¶
Constants ¶
View Source
const PluginName string = "config"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
Path string
Prefix string
Type string
ReadInCfg []byte
// user defined Flags in the form of <option>.<key> = <value>
// which overwrites initial config key
Flags []string
// Timeout ...
Timeout time.Duration
Version string
// contains filtered or unexported fields
}
func (*Plugin) ServiceConfigurer ¶
func (p *Plugin) ServiceConfigurer() config.Configurer
Click to show internal directories.
Click to hide internal directories.