Documentation ¶ Index ¶ func GetParam(name string) interface{} func GetService(name string) (interface{}, error) func GetServiceEx(name string) interface{} func RegisterService(name string, service interface{}) error func SetParam(name string, value interface{}) func UnregisterService(name string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetParam ¶ func GetParam(name string) interface{} GetParam ... func GetService ¶ func GetService(name string) (interface{}, error) GetService ... func GetServiceEx ¶ func GetServiceEx(name string) interface{} GetServiceEx ... func RegisterService ¶ func RegisterService(name string, service interface{}) error RegisterService ... func SetParam ¶ func SetParam(name string, value interface{}) SetParam ... func UnregisterService ¶ func UnregisterService(name string) error UnregisterService ... Types ¶ This section is empty. Source Files ¶ View all Source files dicontainer.go Click to show internal directories. Click to hide internal directories.