Documentation
¶
Index ¶
Constants ¶
View Source
const (
System = "system"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶ added in v0.3.0
type Factory interface {
Build()
Instantiate(configuration interface{})
Configurations() map[string]interface{}
Configuration(name string) interface{}
Instances() map[string]interface{}
Instance(name string) interface{}
}
func GetFactory ¶ added in v0.3.0
func GetFactory() Factory
type Properties ¶ added in v0.3.0
type SystemConfiguration ¶
Click to show internal directories.
Click to hide internal directories.