Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerResponse ¶
type ContainerResponse struct { DockerId string DockerName string Name string Ports []v2.PortResponse `json:",omitempty"` Networks []containermetadata.Network `json:",omitempty"` }
ContainerResponse is the schema for the container response JSON object
type MetadataResponse ¶
MetadataResponse is the schema for the metadata response JSON object
type TaskResponse ¶
type TaskResponse struct { Arn string DesiredStatus string `json:",omitempty"` KnownStatus string Family string Version string Containers []ContainerResponse }
TaskResponse is the schema for the task response JSON object
type TasksResponse ¶
type TasksResponse struct {
Tasks []*TaskResponse
}
TasksResponse is the schema for the tasks response JSON object
Click to show internal directories.
Click to hide internal directories.