Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configurable ¶
type Configurable interface { }
Configurable is the interface of a configuration.
type EnvPrexixer ¶
type EnvPrexixer interface {
Prefix() string
}
EnvPrexixer is the interface to implement in order to support arguments from env.
type VersionPrinter ¶
type VersionPrinter interface {
PrintVersion()
}
VersionPrinter is an extension to Configurable that can print its version.
Click to show internal directories.
Click to hide internal directories.