Documentation ¶ Index ¶ type Container func New() (context.Context, *Container, error) func (c *Container) GetVendor() log.Vendor func (c *Container) GetZapLogger() *zap.Logger type Domains Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Container ¶ type Container struct { Domains Domains // contains filtered or unexported fields } func New ¶ func New() (context.Context, *Container, error) func (*Container) GetVendor ¶ added in v0.0.7 func (c *Container) GetVendor() log.Vendor func (*Container) GetZapLogger ¶ added in v0.0.7 func (c *Container) GetZapLogger() *zap.Logger type Domains ¶ added in v0.0.7 type Domains struct { HeroUseCase hero.Hero TeamUseCase team.Team GameUseCase game.Game ConsoleUseCase console.Console AbilityUseCase ability.Ability } Source Files ¶ View all Source files container.go Click to show internal directories. Click to hide internal directories.