Versions in this module Expand all Collapse all v0 v0.2.2 May 29, 2022 Changes in this version + type Container struct + Config *config.Config + ItemRepo repository.ItemRepo + Validator *Validator + Web *echo.Echo + func NewContainer() *Container + func (c *Container) Shutdown() error + type Validator struct + func NewValidator() *Validator + func (v *Validator) Validate(i interface{}) error