Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrWatcherStopped is returned when source watcher has been stopped ErrWatcherStopped = errors.New("watcher stopped") Encoders = map[string]encoder.Encoder{ "json": json.NewEncoder(), "yaml": yaml.NewEncoder(), "toml": toml.NewEncoder(), "hcl": hcl.NewEncoder(), "yml": yaml.NewEncoder(), } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.