Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DbIdentifierPrefix string `json:"dbIdentifierPrefix"` ListeningAddr string `json:"listeningAddr"` LogLevel string `json:"logLevel"` Crednetials brokerapi.BrokerCredentials `json:"brokerCredentials"` ServiceCatalog []brokerapi.Service `json:"serviceCatalog"` BrokerGoSqlDriver string `json:"brokerGoSqlDriver"` BrokerMssqlConnection map[string]string `json:"brokerMssqlConnection"` ServedBindingHostname string `json:"servedMssqlBindingHostname"` ServedBindingPort int `json:"servedMssqlBindingPort"` }
func LoadFromFile ¶
Click to show internal directories.
Click to hide internal directories.