Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct { AppName string `ignored:"true"` LogLevel string `envconfig:"LOG_LEVEL" default:"info" desc:"Log level"` InternalPort string `envconfig:"INTERNAL_PORT" default:":7001" desc:"Internal port"` }
func (Base) GetBaseConfig ¶
func (*Base) SetBaseConfig ¶
type ConfigSetter ¶
type ConfigSetter interface {
SetBaseConfig(in Base)
}
Click to show internal directories.
Click to hide internal directories.