mirror of https://github.com/docker/docs.git
update README.md
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
005b5fe288
commit
a0dd4b9fe8
|
@ -87,7 +87,7 @@ simply implements this interface:
|
|||
type DiscoveryService interface {
|
||||
Initialize(string, int) error
|
||||
Fetch() ([]string, error)
|
||||
Watch() <-chan time.Time
|
||||
Watch(*cluster.Cluster, func(*cluster.Cluster, []*Node))
|
||||
Register(string) error
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue