mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
add Write method to config source
This commit is contained in:
@ -15,6 +15,7 @@ var (
|
||||
type Source interface {
|
||||
Read() (*ChangeSet, error)
|
||||
Watch() (Watcher, error)
|
||||
Write(*ChangeSet) error
|
||||
String() string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user