Documentation
¶
Index ¶
Constants ¶
View Source
const (
System = "system"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AutoConfiguration ¶
type AutoConfiguration interface {
Build()
Instantiate(configuration interface{})
Configurations() map[string]interface{}
Configuration(name string) interface{}
Instances() map[string]interface{}
Instance(name string) interface{}
}
func GetAutoConfiguration ¶
func GetAutoConfiguration() AutoConfiguration
type DataSource ¶
type DataSource map[string]interface{}
type SystemConfiguration ¶
type SystemConfiguration struct {
App App `mapstructure:"app"`
Server Server `mapstructure:"server"`
Logging Logging `mapstructure:"logging"`
DataSources []DataSource `mapstructure:"dataSources"`
}
Click to show internal directories.
Click to hide internal directories.