Versions in this module Expand all Collapse all v1 v1.0.0 Sep 19, 2021 Changes in this version + type BasicConfig struct + func NewBasicConfig(category string) *BasicConfig + func (config *BasicConfig) AddEntry(key string, value string) + func (config *BasicConfig) Category() string + func (config *BasicConfig) Values() map[string]string + type Config interface + Category func() string + Values func() map[string]string + type Repository interface + Config func() Config + SetSession func(Session) + type Session interface + Session func() Session