reorder
This commit is contained in:
parent
ef95b28e3d
commit
81e20160f5
@ -14,8 +14,8 @@ var (
|
|||||||
// Source is the source from which config is loaded
|
// Source is the source from which config is loaded
|
||||||
type Source interface {
|
type Source interface {
|
||||||
Read() (*ChangeSet, error)
|
Read() (*ChangeSet, error)
|
||||||
Watch() (Watcher, error)
|
|
||||||
Write(*ChangeSet) error
|
Write(*ChangeSet) error
|
||||||
|
Watch() (Watcher, error)
|
||||||
String() string
|
String() string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user