Versions in this module Expand all Collapse all v3 v3.1.2 Jun 13, 2024 v3.1.0 Jun 11, 2024 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