Added Options() to registry interface

This commit is contained in:
darren-west
2017-09-28 11:16:56 +01:00
parent d29b5e2fab
commit d970586a29
4 changed files with 15 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ type Registry interface {
ListServices() ([]*Service, error)
Watch() (Watcher, error)
String() string
Options() Options
}
type Option func(*Options)