Versions in this module Expand all Collapse all v0 v0.1.2 Nov 11, 2023 v0.1.1 Nov 10, 2023 Changes in this version + func Get(ctx context.Context, key string) any + type Container interface + AddScoped func(string, DepFactoryFunc) + AddSingleton func(string, DepFactoryFunc) + Get func(string) any + Scoped func(context.Context) context.Context + func New() Container + type DepFactoryFunc func(c Container) (any, error) + type Scope int + const Scoped + const Singleton