Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableConfig ¶
type AvailableConfig struct { Name string Package string Options []ConfigOption }
type ConfigOption ¶
type ConfigOption struct { Name string // The name of the environment variable. Required bool // Whether the environment var is required to be set. Default string // The default value if the env var isn't set. }
func (*ConfigOption) String ¶
func (o *ConfigOption) String() string
Click to show internal directories.
Click to hide internal directories.