Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Providers []Provider
}
func LoadFromString ¶
Load Config data from string input
func (*Config) ProviderExists ¶
Check if provider already exists in configuration file
func (*Config) UnmarshalJSON ¶ added in v0.11.5
Default JSON unmarshaler will not populate the Rest field and there are no type annotations that make this happen. See https://github.com/golang/go/issues/6213
Function assumes config keys are lowercase
Click to show internal directories.
Click to hide internal directories.