Versions in this module Expand all Collapse all v0 v0.3.1 Aug 14, 2026 Changes in this version + type Container struct + func NewContainer(cfg *config.ApplicationConfig, sessionFactory db.SessionFactory) *Container + func (c *Container) AdapterStatusDao() dao.AdapterStatusDao + func (c *Container) AdapterStatusService() services.AdapterStatusService + func (c *Container) Close() + func (c *Container) GenericDao() dao.GenericDao + func (c *Container) GenericService() services.GenericService + func (c *Container) JWTHandler() (*auth.JWTHandler, error) + func (c *Container) ResourceConditionDao() dao.ResourceConditionDao + func (c *Container) ResourceDao() dao.ResourceDao + func (c *Container) ResourceLabelDao() dao.ResourceLabelDao + func (c *Container) ResourceService() services.ResourceService + func (c *Container) SchemaValidator() (*validators.SchemaValidator, error) + func (c *Container) SessionFactory() db.SessionFactory