Documentation
¶
Overview ¶
Package response provides thin wrappers around the docker client response types.
Index ¶
- type ContainerCheckpointSummary
- type ContainerCommitResponse
- type ContainerCreate
- type ContainerExecCreate
- type ContainerExecInspect
- type ContainerFilesystemChange
- type ContainerHijackedResponse
- type ContainerInspect
- type ContainerPathStat
- type ContainerPruneReport
- type ContainerStatsOneShot
- type ContainerStatsReader
- type ContainerSummary
- type ContainerTopResponse
- type ContainerUpdateResponse
- type ContainerWait
- type ImageBuild
- type ImageDelete
- type ImageHistoryItem
- type ImageInspect
- type ImageLoad
- type ImageSearchResult
- type ImageSummary
- type NetworkCreate
- type NetworkInspect
- type NetworkPruneReport
- type NetworkSummary
- type PruneReport
- type Swarm
- type Volume
- type VolumeList
- type VolumePruneReport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerCheckpointSummary ¶
type ContainerCheckpointSummary struct {
checkpoint.Summary
}
ContainerCheckpointSummary is a wrapper around the checkpoint.Summary type.
type ContainerCommitResponse ¶
type ContainerCommitResponse struct {
container.CommitResponse
}
ContainerCommitResponse is a wrapper around the container.CommitResponse type.
type ContainerCreate ¶
type ContainerCreate struct {
container.CreateResponse
}
ContainerCreate is a wrapper around the container.CreateResponse type.
type ContainerExecCreate ¶
type ContainerExecCreate struct {
container.ExecCreateResponse
}
ContainerExecCreate is a wrapper around the container.ExecCreateResponse type.
type ContainerExecInspect ¶
type ContainerExecInspect struct {
container.ExecInspect
}
ContainerExecInspect is a wrapper around the container.ExecInspect type.
type ContainerFilesystemChange ¶
type ContainerFilesystemChange struct {
container.FilesystemChange
}
ContainerFilesystemChange is a wrapper around the container.FilesystemChange type.
type ContainerHijackedResponse ¶
type ContainerHijackedResponse struct {
types.HijackedResponse
}
ContainerHijackedResponse is a wrapper around the types.HijackedResponse type.
type ContainerInspect ¶
type ContainerInspect struct {
container.InspectResponse
}
ContainerInspect is a wrapper around the container.InspectResponse type.
type ContainerPathStat ¶
ContainerPathStat is a wrapper around the container.PathStat type.
type ContainerPruneReport ¶
type ContainerPruneReport struct {
container.PruneReport
}
ContainerPruneReport is a wrapper around the container.PruneReport type.
type ContainerStatsOneShot ¶
type ContainerStatsOneShot struct {
container.StatsResponseReader
}
ContainerStatsOneShot is a wrapper around the container.StatsResponseReader type.
type ContainerStatsReader ¶
type ContainerStatsReader struct {
container.StatsResponseReader
}
ContainerStatsReader is a wrapper around the container.StatsResponseReader type.
type ContainerSummary ¶
ContainerSummary is a wrapper around the container.Summary type.
type ContainerTopResponse ¶
type ContainerTopResponse struct {
container.TopResponse
}
ContainerTopResponse is a wrapper around the container.TopResponse type.
type ContainerUpdateResponse ¶
type ContainerUpdateResponse struct {
container.UpdateResponse
}
ContainerUpdateResponse is a wrapper around the container.UpdateResponse type.
type ContainerWait ¶
type ContainerWait struct {
container.WaitResponse
}
ContainerWait is a wrapper around the container.WaitResponse type.
type ImageBuild ¶
type ImageBuild struct {
build.ImageBuildResponse
}
ImageBuild is a wrapper around the image.BuildResponse type.
type ImageDelete ¶
type ImageDelete struct {
image.DeleteResponse
}
ImageDelete is a wrapper around the image.DeleteResponse type.
type ImageHistoryItem ¶
type ImageHistoryItem struct {
image.HistoryResponseItem
}
ImageHistoryItem is a wrapper around the image.HistoryResponseItem type.
type ImageInspect ¶
type ImageInspect struct {
image.InspectResponse
}
ImageInspect is a wrapper around the image.InspectResponse type.
type ImageLoad ¶
type ImageLoad struct {
image.LoadResponse
}
ImageLoad is a wrapper around the image.LoadResponse type.
type ImageSearchResult ¶
type ImageSearchResult struct {
registry.SearchResult
}
ImageSearchResult is a wrapper around the image.SearchResponse type.
type ImageSummary ¶
ImageSummary is a wrapper around the image.Summary type.
type NetworkCreate ¶
type NetworkCreate struct {
network.CreateResponse
}
NetworkCreate is a wrapper around the network.CreateResponse type.
type NetworkInspect ¶
NetworkInspect is a wrapper around the network.InspectResponse type.
type NetworkPruneReport ¶
type NetworkPruneReport struct {
network.PruneReport
}
NetworkPruneReport is a wrapper around the network.PruneReport type.
type NetworkSummary ¶
NetworkSummary is a wrapper around the network.Summary type.
type PruneReport ¶
type PruneReport struct {
image.PruneReport
}
PruneReport is a wrapper around the image.PruneReport type.
type VolumeList ¶
VolumeList is a wrapper around the volume.ListResponse type.
type VolumePruneReport ¶
type VolumePruneReport struct {
volume.PruneReport
}
VolumePruneReport is a wrapper around the volume.PruneReport type.