Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Err error // contains filtered or unexported fields }
func (Config) GetFloat64 ¶
type FlagSet ¶
type FlagSet interface { VisitAll(func(*flag.Flag)) Name() string ErrorHandling() flag.ErrorHandling }
type Option ¶
type Option func(*Config)
func WithEnvFromMap ¶
func WithEnvFunc ¶
func WithEnvPrefix ¶
func WithFlagSet ¶
func WithOutput ¶
Click to show internal directories.
Click to hide internal directories.