(string, ...GetOption)
| 21 | Register(*Service, ...RegisterOption) error |
| 22 | Deregister(*Service, ...DeregisterOption) error |
| 23 | GetService(string, ...GetOption) ([]*Service, error) |
| 24 | ListServices(...ListOption) ([]*Service, error) |
| 25 | Watch(...WatchOption) (Watcher, error) |
| 26 | String() string |
no outgoing calls