Versions in this module Expand all Collapse all v1 v1.0.2 Nov 30, 2024 v1.0.1 Nov 30, 2024 Changes in this version type DigDecorator + Dig *dig.Container v1.0.0 Jul 5, 2024 Changes in this version + type Container interface + Invoke func(interface{}) error + Provide func(interface{}) error + Provides func(...interface{}) error + func New() Container + type DigDecorator struct + func NewDigDecorator() *DigDecorator + func (container *DigDecorator) Invoke(function interface{}) error + func (container *DigDecorator) Provide(constructor interface{}) error + func (container *DigDecorator) Provides(constructors ...interface{}) error