Documentation
¶
Index ¶
Constants ¶
View Source
const (
System = "system"
)
Variables ¶
Functions ¶
func Add ¶
func Add(params ...interface{})
func AddConfig ¶ added in v0.3.0
func AddConfig(params ...interface{})
func AddPostConfig ¶ added in v0.4.0
func AddPostConfig(params ...interface{})
func AddPreConfig ¶ added in v0.4.0
func AddPreConfig(params ...interface{})
Types ¶
type App ¶
type Factory ¶ added in v0.3.0
type Factory interface {
Build(configs ...interface{})
Instantiate(configuration interface{})
Configurations() cmap.ConcurrentMap
Configuration(name string) interface{}
Instances() cmap.ConcurrentMap
Instance(name string) interface{}
AddInstance(name string, instance interface{}) error
}
type Profiles ¶
type Properties ¶ added in v0.3.0
Source Files
¶
- factory.go
- properties.go
- runtimefactory.go
- systemconfigure.go
Click to show internal directories.
Click to hide internal directories.