Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type Container interface {
AddSingleton(key string, fn DepFactoryFunc)
AddScoped(key string, fn DepFactoryFunc)
Scoped(ctx context.Context) context.Context
Get(key string) any
}
type DepFactoryFunc ¶
Click to show internal directories.
Click to hide internal directories.