Documentation ¶ Index ¶ type Client func NewClient() (*Client, error) func (c *Client) Read(ctx context.Context, instanceID string) (string, string, error) func (c *Client) Scan(ctx context.Context, serviceLabelFilter string) (map[string]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *client.Client } func NewClient ¶ func NewClient() (*Client, error) func (*Client) Read ¶ func (c *Client) Read(ctx context.Context, instanceID string) (string, string, error) func (*Client) Scan ¶ added in v0.0.7 func (c *Client) Scan(ctx context.Context, serviceLabelFilter string) (map[string]string, error) Source Files ¶ View all Source files docker.go Click to show internal directories. Click to hide internal directories.