Documentation
¶
Index ¶
Constants ¶
View Source
const (
DbmsMapKey = "dbms"
)
Variables ¶
This section is empty.
Functions ¶
func GetDbmsConfig ¶
func GetDbmsConfig() database.DbmsConfig
GetDbmsConfig returns the private struct containing the DBMS configuration
func ReadOperatorConfig ¶
func ReadOperatorConfig(v *Viper) error
ReadOperatorConfig unmarshalls the operator configuration from a viper.Viper struct into a private struct.
See GetDbmsConfig.
Types ¶
type OperatorConfig ¶
type OperatorConfig map[string]database.DbmsConfig
OperatorConfig represents the key-value configuration of the operator
Click to show internal directories.
Click to hide internal directories.