Versions in this module Expand all Collapse all v0 v0.2.1 Dec 31, 2024 v0.2.0 Dec 30, 2024 Changes in this version + type BaseContextHandler struct + func NewContextHandler(injector di.Injector) *BaseContextHandler + func (c *BaseContextHandler) Clean() error + func (c *BaseContextHandler) GetConfigRoot() (string, error) + func (c *BaseContextHandler) GetContext() string + func (c *BaseContextHandler) Initialize() error + func (c *BaseContextHandler) SetContext(context string) error + type ContextHandler interface + Clean func() error + GetConfigRoot func() (string, error) + GetContext func() string + Initialize func() error + SetContext func(context string) error + type MockContext struct + CleanFunc func() error + GetConfigRootFunc func() (string, error) + GetContextFunc func() string + InitializeFunc func() error + SetContextFunc func(context string) error + func NewMockContext() *MockContext + func (m *MockContext) Clean() error + func (m *MockContext) GetConfigRoot() (string, error) + func (m *MockContext) GetContext() string + func (m *MockContext) Initialize() error + func (m *MockContext) SetContext(context string) error