Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudDeployment ¶
type CloudPlugin ¶
type Config ¶
type Config struct { Server Server `yaml:"server"` TagService TagService `yaml:"tagService"` KVStore struct { Port string `yaml:"port"` Host string `yaml:"host"` } `yaml:"kvStore"` Namespaces map[string][]CloudDeployment `yaml:"namespaces"` AddressSpace []string `yaml:"addressSpace"` CloudPlugins []CloudPlugin `yaml:"cloudPlugins"` }
type TagService ¶
Click to show internal directories.
Click to hide internal directories.