Versions in this module Expand all Collapse all v0 v0.3.0 Mar 9, 2015 Changes in this version + type FleetClient struct + func (m *FleetClient) CreateUnit(_a0 *schema.Unit) error + func (m *FleetClient) DestroyUnit(_a0 string) error + func (m *FleetClient) SetUnitTargetState(_a0 string, _a1 string) error + func (m *FleetClient) UnitStates() ([]*schema.UnitState, error) + func (m *FleetClient) Units() ([]*schema.Unit, error) v0.2.0 Feb 18, 2015 Changes in this version + type DockerClient struct + func (m *DockerClient) AttachToContainer(_a0 docker.AttachToContainerOptions) error + func (m *DockerClient) CreateContainer(_a0 docker.CreateContainerOptions) (*docker.Container, error) + func (m *DockerClient) InspectContainer(_a0 string) (*docker.Container, error) + func (m *DockerClient) RemoveContainer(_a0 docker.RemoveContainerOptions) error + func (m *DockerClient) StartContainer(_a0 string, _a1 *docker.HostConfig) error