Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigReader ¶
func New ¶
func New(reader FileReader) ConfigReader
type FileReader ¶
type FileReader interface {
Read(p string) (io.ReadCloser, error)
}
func NewFileReader ¶
func NewFileReader() FileReader
Click to show internal directories.
Click to hide internal directories.