Documentation
¶
Index ¶
Constants ¶
View Source
const ( // SchemeFile represents file URI scheme SchemeFile reader.Scheme = "file" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type FileReader struct {
// contains filtered or unexported fields
}
FileReader implements ConfReader for file-based configuration
func NewFileReader ¶
func NewFileReader(uri string) (*FileReader, error)
NewFileReader creates a new file reader
func (*FileReader) Close ¶
func (f *FileReader) Close() error
Close closes the reader and cleans up resources
Click to show internal directories.
Click to hide internal directories.