Documentation
¶
Index ¶
- func CopyService(service *servicediscovery.Service) *servicediscovery.Service
- type Client
- func (s *Client) Delete(key string) error
- func (s *Client) Deregister() error
- func (s *Client) Get(key string) ([]byte, error)
- func (s *Client) List(key string) (map[string][]byte, error)
- func (s *Client) Register() error
- func (s *Client) Set(key string, value string) error
- func (s *Client) SetTags(tags ...string)
- type Watcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyService ¶
func CopyService(service *servicediscovery.Service) *servicediscovery.Service
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Deregister ¶
Click to show internal directories.
Click to hide internal directories.