Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
Raw() []byte
As(v interface{}) (err error)
Get(path string, v interface{}) (has bool, err error)
Node(path string) (v Config, has bool)
}
func NewJsonConfig ¶
func NewYamlConfig ¶
type Retriever ¶
type Retriever struct {
// contains filtered or unexported fields
}
func NewRetriever ¶
func NewRetriever(option RetrieverOption) (retriever *Retriever, err error)
type RetrieverOption ¶
Click to show internal directories.
Click to hide internal directories.