Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶ added in v0.3.0
type HTTPClient struct {
// contains filtered or unexported fields
}
HTTPClient holds the configration needed for a connection to Docker's API
func (*HTTPClient) GetServices ¶ added in v0.3.0
func (c *HTTPClient) GetServices(filterList map[string]string) []swarm.Service
GetServices returns all Docker services mathcing the labels giben
Click to show internal directories.
Click to hide internal directories.