1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00
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
}