Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigLoader ¶
type FileLoader ¶
type FileLoader struct {
// contains filtered or unexported fields
}
func NewFileLoader ¶
func NewFileLoader(confPath string, priorityDirectory string) (*FileLoader, error)
func (*FileLoader) Close ¶
func (f *FileLoader) Close()
func (*FileLoader) DebugHandler ¶
func (f *FileLoader) DebugHandler() http.Handler
func (*FileLoader) Watch ¶
func (f *FileLoader) Watch(fn OnChange)
type InspectFileLoader ¶
Click to show internal directories.
Click to hide internal directories.