Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DB db.Config `yaml:"database"`
API api.Config `yaml:"api"`
}
func (*Config) RegisterFlags ¶ added in v0.7.0
func (cfg *Config) RegisterFlags(f *flag.FlagSet)
RegisterFlags adds the flags required to configure this to the given FlagSet.
Click to show internal directories.
Click to hide internal directories.