response

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package response provides thin wrappers around the docker client response types.

Index

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

type ContainerPathStat struct {
	container.PathStat
}

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

type ContainerSummary struct {
	container.Summary
}

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

type ImageSummary struct {
	image.Summary
}

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

type NetworkInspect struct {
	network.Inspect
}

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

type NetworkSummary struct {
	network.Summary
}

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 Swarm added in v0.1.7

type Swarm struct {
	swarm.Swarm
}

Swarm is a wrapper around the swarm type

type Volume

type Volume struct {
	volume.Volume
}

Volume is a wrapper around the volume.Volume type.

type VolumeList

type VolumeList struct {
	Volumes  []*Volume
	Warnings []string
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL