Versions in this module Expand all Collapse all v0 v0.0.99 Oct 26, 2020 Changes in this version + func TypeInstanceToName(v interface{}) string + type Container struct + func NewContainer(serviceConstructors ServiceConstructorMap) *Container + func (c *Container) Get(serviceName string) interface{} + func (c *Container) Update(serviceConstructors ServiceConstructorMap) + type Get func(serviceName string) interface + type ServiceConstructor func(get Get) interface + type ServiceConstructorMap map[string]ServiceConstructor