package swarmclient

import "github.com/docker/swarm/swarmclient"

Index

Types

type SwarmAPIClient

type SwarmAPIClient interface {
	client.ContainerAPIClient
	client.ImageAPIClient
	client.NetworkAPIClient
	client.SystemAPIClient
	client.VolumeAPIClient
	ClientVersion() string
	NegotiateAPIVersion(ctx context.Context)
	ServerVersion(ctx context.Context) (types.Version, error)
}

SwarmAPIClient contains the subset of the docker/api interface relevant to Docker Swarm

Source Files

interface.go

Version
v1.2.9 (latest)
Published
Jun 1, 2018
Platform
linux/amd64
Imports
3 packages
Last checked
1 month ago

Tools for package owners.