Documentation ¶
Overview ¶
Package provider provides config provider implementations that can be used in the adapters, as well as the Options type containing options for various aspects of an adapter.
Index ¶
Constants ¶
View Source
const ( // Provider keys ViperKey = "viper" InMemKey = "in-mem" )
View Source
const ( FilePath = "filepath" FileType = "filetype" FileName = "filename" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InMem ¶
type InMem struct {
// contains filtered or unexported fields
}
Type InMem implements the config interface Handler for an in-memory configuration registry.
Click to show internal directories.
Click to hide internal directories.