-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Description
Method Watch(func(event interface{}, err error)) error is actually not used by Koanf (unlike Load and ReadBytes) itself and serves no purpose except for adding bloat to providers who do not support Watching (e.g. env or flags). As an implementer of my own Provider I want to use a different watch mechanism with channels (instead of a callback) which means I have to implement two watchers, or not use channels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels