config: load defaults
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -12,6 +12,8 @@ var (
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrInvalidStruct is returned when the target struct is invalid
|
||||
ErrInvalidStruct = errors.New("invalid struct specified")
|
||||
// ErrWatcherStopped is returned when source watcher has been stopped
|
||||
ErrWatcherStopped = errors.New("watcher stopped")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user