Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
DbmsServers []DbmsServerConfig `yaml:"dbmsServers"`
}
func ReadConfig ¶
type DbmsServerConfig ¶
type DbmsServerConfig struct { Name string `yaml:"name"` Type string `yaml:"type"` FromSecret SecretConfig `yaml:"fromSecret"` }
func GetDbmsServer ¶
func GetDbmsServer(config AppConfig, dbmsServerName string) (DbmsServerConfig, error)
type SecretConfig ¶
Click to show internal directories.
Click to hide internal directories.