Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container interface { bussard.ServiceContainer GetLogger() logging.Logger }
Container is a wrapper around services indexed by a unique name. Services can be retrieved by name, or injected into a struct by reading tagged fields.
func NewContainer ¶
NewContainer creates an service container with itself registered to the key `container`.
Click to show internal directories.
Click to hide internal directories.