Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { Init(cfgFile string) Fs() afero.Fs CurrentDir() string RootDir() string IsInsideApp() bool AppName() string Version() string Revision() string BuildDate() string ReleaseType() string InReader() io.Reader OutWriter() io.Writer ErrWriter() io.Writer ProtocConfig() *protoc.Config }
Config stores general setting params and provides accessors for them.
Click to show internal directories.
Click to hide internal directories.