Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBytesSource ¶
func NewBytesSource(source []byte) (cfg.Configurer, error)
NewBytesSource creates and returns map configurer, that uses provided bytes as source data
func NewReaderSource ¶
func NewReaderSource(source io.Reader) (cfg.Configurer, error)
NewReaderSource reads all bytes from source reader and runs NewBytesSource creating configurer from INI file bytes
func NewStringSource ¶
func NewStringSource(source string) (cfg.Configurer, error)
NewStringSource converts source to []byte and runs NewBytesSource creating configurer from INI file bytes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.