Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrContainerNotFound = errors.New("container not found in context, call WithContainer")
Functions ¶
Types ¶
type Config ¶
func NewConfig ¶
func NewConfig(cfg configwise.Configurer, key string) (*Config, error)
NewConfig creates endure container configuration.
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
func NewContainer(cfg configwise.Configurer, log logwise.Logger) *Container
func (*Container) RegisterAll ¶
func (c *Container) RegisterAll(plugins ...interface{})
Click to show internal directories.
Click to hide internal directories.