Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string `json:"host"` Attributes []struct { Key string `json:"key"` Value string `json:"value"` } `json:"attributes"` }
Config is the struct that stores provider config
func ReadConfigPath ¶
ReadConfigPath reads and parses file
func (Config) GetAttributes ¶
GetAttributes returns config attributes into key value pairs
Click to show internal directories.
Click to hide internal directories.