Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
func NewContainer ¶
type Module ¶
type Module interface { MayProvide(constructor any, options ...ProvideOption) Provide(constructor any, options ...ProvideOption) Invoke(call any) // contains filtered or unexported methods }
func DefineModule ¶
type PostConstructable ¶
type PostConstructable interface {
PostConstruct() error
}
type ProvideOption ¶
type ProvideOption interface {
// contains filtered or unexported methods
}
func ForceInitialization ¶
func ForceInitialization() ProvideOption
Click to show internal directories.
Click to hide internal directories.