Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase64Values ¶ added in v1.0.1
DecodeBase64Values will decode list of base64 encoded values to list of decoded []byte
Types ¶
type BaseConfig ¶
type BaseConfig struct {
Config func(s string) error `long:"config" description:"The ini config file" no-ini:"true"`
Global struct {
Version string `long:"global-version" required:"true" ini-name:"version"`
} `group:"global"`
}
BaseConfig should be embed into your configuration struct
Click to show internal directories.
Click to hide internal directories.