This commit is contained in:
Asim Aslam 2019-12-23 08:49:53 +00:00
parent ef95b28e3d
commit 81e20160f5

View File

@ -14,8 +14,8 @@ var (
// Source is the source from which config is loaded
type Source interface {
Read() (*ChangeSet, error)
Watch() (Watcher, error)
Write(*ChangeSet) error
Watch() (Watcher, error)
String() string
}