Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigService ¶
type ConfigService struct {
// contains filtered or unexported fields
}
func NewConfigService ¶
func NewConfigService(logger logging.Logger) ConfigService
func (*ConfigService) Load ¶
func (s *ConfigService) Load(config interface{}) error
func (*ConfigService) LoadFile ¶
func (s *ConfigService) LoadFile(file string, config interface{}) error
Click to show internal directories.
Click to hide internal directories.