Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source is a simple ValuesSourcer implementation
func NewFileSource ¶
NewFileSource creates a source of type file
func NewMultiSourcer ¶
func NewMultiSourcer(vss ...ValuesSourcer) (*Source, error)
NewMultiSourcer create source that is a collection of value sources
type ValuesSourcer ¶
type ValuesSourcer interface {
Get() map[string]interface{}
}
ValuesSourcer is interface for sources
Click to show internal directories.
Click to hide internal directories.