Documentation
¶
Overview ¶
Generated with github.com/varlink/go/cmd/varlink-go-interface-generator
Index ¶
- func AttachToContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func BuildImage(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func CreateContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func CreateFromContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func CreateImage(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func DeleteStoppedContainers(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func DeleteUnusedImages(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func ExportContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func ExportImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string, ...) error
- func GetContainerLogs(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func GetContainerStats(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func GetVersion(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func HistoryImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string) error
- func ImportImage(c__ *varlink.Connection, more__ bool, oneway__ bool, source_ string, ...) error
- func InspectContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func InspectImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string) error
- func KillContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func ListContainerChanges(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func ListContainerProcesses(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func ListContainers(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func ListImages(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func PauseContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func Ping(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func PullImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string) error
- func PushImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string, tag_ string, ...) error
- func ReadAttachToContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadBuildImage_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadCreateContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadCreateFromContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadCreateImage_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadDeleteStoppedContainers_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadDeleteUnusedImages_(c__ *varlink.Connection, images_ *[]string) (bool, error)
- func ReadExportContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadExportImage_(c__ *varlink.Connection) (bool, error)
- func ReadGetContainerLogs_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadGetContainerStats_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadGetVersion_(c__ *varlink.Connection, version_ *Version) (bool, error)
- func ReadHistoryImage_(c__ *varlink.Connection, history_ *[]ImageHistory) (bool, error)
- func ReadImportImage_(c__ *varlink.Connection, id_ *string) (bool, error)
- func ReadInspectContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadInspectImage_(c__ *varlink.Connection, image_ *string) (bool, error)
- func ReadKillContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadListContainerChanges_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadListContainerProcesses_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadListContainers_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadListImages_(c__ *varlink.Connection, images_ *[]ImageInList) (bool, error)
- func ReadPauseContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadPing_(c__ *varlink.Connection, ping_ *StringResponse) (bool, error)
- func ReadPullImage_(c__ *varlink.Connection, id_ *string) (bool, error)
- func ReadPushImage_(c__ *varlink.Connection) (bool, error)
- func ReadRemoveContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadRemoveImage_(c__ *varlink.Connection) (bool, error)
- func ReadRenameContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadResizeContainerTty_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadRestartContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadSearchImage_(c__ *varlink.Connection, images_ *[]ImageSearch) (bool, error)
- func ReadStartContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadStopContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadTagImage_(c__ *varlink.Connection) (bool, error)
- func ReadUnpauseContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadUpdateContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func ReadWaitContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
- func RemoveContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func RemoveImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string, force_ bool) error
- func RenameContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func ResizeContainerTty(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func RestartContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func SearchImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string, ...) error
- func StartContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func StopContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func TagImage(c__ *varlink.Connection, more__ bool, oneway__ bool, name_ string, ...) error
- func UnpauseContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func UpdateContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- func WaitContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
- type ImageHistory
- type ImageInList
- type ImageSearch
- type NotImplemented
- type StringResponse
- type VarlinkCall
- func (c__ *VarlinkCall) ReplyActionFailed(reason_ string) error
- func (c__ *VarlinkCall) ReplyAttachToContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyBuildImage(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyCreateContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyCreateFromContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyCreateImage(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyDeleteStoppedContainers(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyDeleteUnusedImages(images_ []string) error
- func (c__ *VarlinkCall) ReplyErrorOccurred(reason_ string) error
- func (c__ *VarlinkCall) ReplyExportContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyExportImage() error
- func (c__ *VarlinkCall) ReplyGetContainerLogs(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyGetContainerStats(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyGetVersion(version_ Version) error
- func (c__ *VarlinkCall) ReplyHistoryImage(history_ []ImageHistory) error
- func (c__ *VarlinkCall) ReplyImageNotFound(imagename_ string) error
- func (c__ *VarlinkCall) ReplyImportImage(id_ string) error
- func (c__ *VarlinkCall) ReplyInspectContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyInspectImage(image_ string) error
- func (c__ *VarlinkCall) ReplyKillContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyListContainerChanges(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyListContainerProcesses(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyListContainers(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyListImages(images_ []ImageInList) error
- func (c__ *VarlinkCall) ReplyPauseContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyPing(ping_ StringResponse) error
- func (c__ *VarlinkCall) ReplyPullImage(id_ string) error
- func (c__ *VarlinkCall) ReplyPushImage() error
- func (c__ *VarlinkCall) ReplyRemoveContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyRemoveImage() error
- func (c__ *VarlinkCall) ReplyRenameContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyResizeContainerTty(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyRestartContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyRuntimeError(reason_ string) error
- func (c__ *VarlinkCall) ReplySearchImage(images_ []ImageSearch) error
- func (c__ *VarlinkCall) ReplyStartContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyStopContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyTagImage() error
- func (c__ *VarlinkCall) ReplyUnpauseContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyUpdateContainer(notimplemented_ NotImplemented) error
- func (c__ *VarlinkCall) ReplyWaitContainer(notimplemented_ NotImplemented) error
- type VarlinkInterface
- func (s__ *VarlinkInterface) AttachToContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) BuildImage(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) CreateContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) CreateFromContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) CreateImage(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) DeleteStoppedContainers(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) DeleteUnusedImages(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) ExportContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) ExportImage(c__ VarlinkCall, name_ string, destination_ string, compress_ bool) error
- func (s__ *VarlinkInterface) GetContainerLogs(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) GetContainerStats(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) GetVersion(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) HistoryImage(c__ VarlinkCall, name_ string) error
- func (s__ *VarlinkInterface) ImportImage(c__ VarlinkCall, source_ string, reference_ string, message_ string, ...) error
- func (s__ *VarlinkInterface) InspectContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) InspectImage(c__ VarlinkCall, name_ string) error
- func (s__ *VarlinkInterface) KillContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) ListContainerChanges(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) ListContainerProcesses(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) ListContainers(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) ListImages(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) PauseContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) Ping(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) PullImage(c__ VarlinkCall, name_ string) error
- func (s__ *VarlinkInterface) PushImage(c__ VarlinkCall, name_ string, tag_ string, tlsverify_ bool) error
- func (s__ *VarlinkInterface) RemoveContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) RemoveImage(c__ VarlinkCall, name_ string, force_ bool) error
- func (s__ *VarlinkInterface) RenameContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) ResizeContainerTty(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) RestartContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) SearchImage(c__ VarlinkCall, name_ string, limit_ int64) error
- func (s__ *VarlinkInterface) StartContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) StopContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) TagImage(c__ VarlinkCall, name_ string, tagged_ string) error
- func (s__ *VarlinkInterface) UnpauseContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) UpdateContainer(c__ VarlinkCall) error
- func (s__ *VarlinkInterface) VarlinkDispatch(call varlink.Call, methodname string) error
- func (s__ *VarlinkInterface) VarlinkGetDescription() string
- func (s__ *VarlinkInterface) VarlinkGetName() string
- func (s__ *VarlinkInterface) WaitContainer(c__ VarlinkCall) error
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachToContainer ¶
func AttachToContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func BuildImage ¶
func BuildImage(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func CreateContainer ¶
func CreateContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func CreateFromContainer ¶
func CreateFromContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func CreateImage ¶
func CreateImage(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func DeleteStoppedContainers ¶
func DeleteStoppedContainers(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func DeleteUnusedImages ¶
func DeleteUnusedImages(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ExportContainer ¶
func ExportContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ExportImage ¶
func GetContainerLogs ¶
func GetContainerLogs(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func GetContainerStats ¶
func GetContainerStats(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func GetVersion ¶
func GetVersion(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func HistoryImage ¶
func ImportImage ¶
func InspectContainer ¶
func InspectContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func InspectImage ¶
func KillContainer ¶
func KillContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ListContainerChanges ¶
func ListContainerChanges(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ListContainerProcesses ¶
func ListContainerProcesses(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ListContainers ¶
func ListContainers(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ListImages ¶
func ListImages(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func PauseContainer ¶
func PauseContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ReadAttachToContainer_ ¶
func ReadAttachToContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadBuildImage_ ¶
func ReadBuildImage_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadCreateContainer_ ¶
func ReadCreateContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadCreateFromContainer_ ¶
func ReadCreateFromContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadCreateImage_ ¶
func ReadCreateImage_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadDeleteStoppedContainers_ ¶
func ReadDeleteStoppedContainers_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadDeleteUnusedImages_ ¶
func ReadDeleteUnusedImages_(c__ *varlink.Connection, images_ *[]string) (bool, error)
func ReadExportContainer_ ¶
func ReadExportContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadExportImage_ ¶
func ReadExportImage_(c__ *varlink.Connection) (bool, error)
func ReadGetContainerLogs_ ¶
func ReadGetContainerLogs_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadGetContainerStats_ ¶
func ReadGetContainerStats_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadGetVersion_ ¶
func ReadGetVersion_(c__ *varlink.Connection, version_ *Version) (bool, error)
func ReadHistoryImage_ ¶
func ReadHistoryImage_(c__ *varlink.Connection, history_ *[]ImageHistory) (bool, error)
func ReadImportImage_ ¶
func ReadImportImage_(c__ *varlink.Connection, id_ *string) (bool, error)
func ReadInspectContainer_ ¶
func ReadInspectContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadInspectImage_ ¶
func ReadInspectImage_(c__ *varlink.Connection, image_ *string) (bool, error)
func ReadKillContainer_ ¶
func ReadKillContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadListContainerChanges_ ¶
func ReadListContainerChanges_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadListContainerProcesses_ ¶
func ReadListContainerProcesses_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadListContainers_ ¶
func ReadListContainers_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadListImages_ ¶
func ReadListImages_(c__ *varlink.Connection, images_ *[]ImageInList) (bool, error)
func ReadPauseContainer_ ¶
func ReadPauseContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadPing_ ¶
func ReadPing_(c__ *varlink.Connection, ping_ *StringResponse) (bool, error)
func ReadPullImage_ ¶
func ReadPullImage_(c__ *varlink.Connection, id_ *string) (bool, error)
func ReadPushImage_ ¶
func ReadPushImage_(c__ *varlink.Connection) (bool, error)
func ReadRemoveContainer_ ¶
func ReadRemoveContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadRemoveImage_ ¶
func ReadRemoveImage_(c__ *varlink.Connection) (bool, error)
func ReadRenameContainer_ ¶
func ReadRenameContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadResizeContainerTty_ ¶
func ReadResizeContainerTty_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadRestartContainer_ ¶
func ReadRestartContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadSearchImage_ ¶
func ReadSearchImage_(c__ *varlink.Connection, images_ *[]ImageSearch) (bool, error)
func ReadStartContainer_ ¶
func ReadStartContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadStopContainer_ ¶
func ReadStopContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadTagImage_ ¶
func ReadTagImage_(c__ *varlink.Connection) (bool, error)
func ReadUnpauseContainer_ ¶
func ReadUnpauseContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadUpdateContainer_ ¶
func ReadUpdateContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func ReadWaitContainer_ ¶
func ReadWaitContainer_(c__ *varlink.Connection, notimplemented_ *NotImplemented) (bool, error)
func RemoveContainer ¶
func RemoveContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func RemoveImage ¶
func RenameContainer ¶
func RenameContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func ResizeContainerTty ¶
func ResizeContainerTty(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func RestartContainer ¶
func RestartContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func SearchImage ¶
func StartContainer ¶
func StartContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func StopContainer ¶
func StopContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func UnpauseContainer ¶
func UnpauseContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func UpdateContainer ¶
func UpdateContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
func WaitContainer ¶
func WaitContainer(c__ *varlink.Connection, more__ bool, oneway__ bool) error
Types ¶
type ImageHistory ¶
type ImageInList ¶
type ImageInList struct {
Id string `json:"id"`
ParentId string `json:"parentId"`
RepoTags []string `json:"repoTags"`
RepoDigests []string `json:"repoDigests"`
Created string `json:"created"`
Size int64 `json:"size"`
VirtualSize int64 `json:"virtualSize"`
Containers int64 `json:"containers"`
Labels map[string]string `json:"labels"`
}
type ImageSearch ¶
type NotImplemented ¶
type NotImplemented struct {
Comment string `json:"comment"`
}
Type declarations
type StringResponse ¶
type StringResponse struct {
Message string `json:"message"`
}
type VarlinkCall ¶
Service object with all methods
func (*VarlinkCall) ReplyActionFailed ¶
func (c__ *VarlinkCall) ReplyActionFailed(reason_ string) error
Reply methods for all varlink errors
func (*VarlinkCall) ReplyAttachToContainer ¶
func (c__ *VarlinkCall) ReplyAttachToContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyBuildImage ¶
func (c__ *VarlinkCall) ReplyBuildImage(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyCreateContainer ¶
func (c__ *VarlinkCall) ReplyCreateContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyCreateFromContainer ¶
func (c__ *VarlinkCall) ReplyCreateFromContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyCreateImage ¶
func (c__ *VarlinkCall) ReplyCreateImage(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyDeleteStoppedContainers ¶
func (c__ *VarlinkCall) ReplyDeleteStoppedContainers(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyDeleteUnusedImages ¶
func (c__ *VarlinkCall) ReplyDeleteUnusedImages(images_ []string) error
func (*VarlinkCall) ReplyErrorOccurred ¶
func (c__ *VarlinkCall) ReplyErrorOccurred(reason_ string) error
func (*VarlinkCall) ReplyExportContainer ¶
func (c__ *VarlinkCall) ReplyExportContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyExportImage ¶
func (c__ *VarlinkCall) ReplyExportImage() error
func (*VarlinkCall) ReplyGetContainerLogs ¶
func (c__ *VarlinkCall) ReplyGetContainerLogs(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyGetContainerStats ¶
func (c__ *VarlinkCall) ReplyGetContainerStats(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyGetVersion ¶
func (c__ *VarlinkCall) ReplyGetVersion(version_ Version) error
func (*VarlinkCall) ReplyHistoryImage ¶
func (c__ *VarlinkCall) ReplyHistoryImage(history_ []ImageHistory) error
func (*VarlinkCall) ReplyImageNotFound ¶
func (c__ *VarlinkCall) ReplyImageNotFound(imagename_ string) error
func (*VarlinkCall) ReplyImportImage ¶
func (c__ *VarlinkCall) ReplyImportImage(id_ string) error
func (*VarlinkCall) ReplyInspectContainer ¶
func (c__ *VarlinkCall) ReplyInspectContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyInspectImage ¶
func (c__ *VarlinkCall) ReplyInspectImage(image_ string) error
func (*VarlinkCall) ReplyKillContainer ¶
func (c__ *VarlinkCall) ReplyKillContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyListContainerChanges ¶
func (c__ *VarlinkCall) ReplyListContainerChanges(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyListContainerProcesses ¶
func (c__ *VarlinkCall) ReplyListContainerProcesses(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyListContainers ¶
func (c__ *VarlinkCall) ReplyListContainers(notimplemented_ NotImplemented) error
Reply methods for all varlink methods
func (*VarlinkCall) ReplyListImages ¶
func (c__ *VarlinkCall) ReplyListImages(images_ []ImageInList) error
func (*VarlinkCall) ReplyPauseContainer ¶
func (c__ *VarlinkCall) ReplyPauseContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyPing ¶
func (c__ *VarlinkCall) ReplyPing(ping_ StringResponse) error
func (*VarlinkCall) ReplyPullImage ¶
func (c__ *VarlinkCall) ReplyPullImage(id_ string) error
func (*VarlinkCall) ReplyPushImage ¶
func (c__ *VarlinkCall) ReplyPushImage() error
func (*VarlinkCall) ReplyRemoveContainer ¶
func (c__ *VarlinkCall) ReplyRemoveContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyRemoveImage ¶
func (c__ *VarlinkCall) ReplyRemoveImage() error
func (*VarlinkCall) ReplyRenameContainer ¶
func (c__ *VarlinkCall) ReplyRenameContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyResizeContainerTty ¶
func (c__ *VarlinkCall) ReplyResizeContainerTty(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyRestartContainer ¶
func (c__ *VarlinkCall) ReplyRestartContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyRuntimeError ¶
func (c__ *VarlinkCall) ReplyRuntimeError(reason_ string) error
func (*VarlinkCall) ReplySearchImage ¶
func (c__ *VarlinkCall) ReplySearchImage(images_ []ImageSearch) error
func (*VarlinkCall) ReplyStartContainer ¶
func (c__ *VarlinkCall) ReplyStartContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyStopContainer ¶
func (c__ *VarlinkCall) ReplyStopContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyTagImage ¶
func (c__ *VarlinkCall) ReplyTagImage() error
func (*VarlinkCall) ReplyUnpauseContainer ¶
func (c__ *VarlinkCall) ReplyUnpauseContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyUpdateContainer ¶
func (c__ *VarlinkCall) ReplyUpdateContainer(notimplemented_ NotImplemented) error
func (*VarlinkCall) ReplyWaitContainer ¶
func (c__ *VarlinkCall) ReplyWaitContainer(notimplemented_ NotImplemented) error
type VarlinkInterface ¶
type VarlinkInterface struct {
// contains filtered or unexported fields
}
Service interface
func VarlinkNew ¶
func VarlinkNew(m ioprojectatomicpodmanInterface) *VarlinkInterface
func (*VarlinkInterface) AttachToContainer ¶
func (s__ *VarlinkInterface) AttachToContainer(c__ VarlinkCall) error
func (*VarlinkInterface) BuildImage ¶
func (s__ *VarlinkInterface) BuildImage(c__ VarlinkCall) error
func (*VarlinkInterface) CreateContainer ¶
func (s__ *VarlinkInterface) CreateContainer(c__ VarlinkCall) error
func (*VarlinkInterface) CreateFromContainer ¶
func (s__ *VarlinkInterface) CreateFromContainer(c__ VarlinkCall) error
func (*VarlinkInterface) CreateImage ¶
func (s__ *VarlinkInterface) CreateImage(c__ VarlinkCall) error
func (*VarlinkInterface) DeleteStoppedContainers ¶
func (s__ *VarlinkInterface) DeleteStoppedContainers(c__ VarlinkCall) error
func (*VarlinkInterface) DeleteUnusedImages ¶
func (s__ *VarlinkInterface) DeleteUnusedImages(c__ VarlinkCall) error
func (*VarlinkInterface) ExportContainer ¶
func (s__ *VarlinkInterface) ExportContainer(c__ VarlinkCall) error
func (*VarlinkInterface) ExportImage ¶
func (s__ *VarlinkInterface) ExportImage(c__ VarlinkCall, name_ string, destination_ string, compress_ bool) error
func (*VarlinkInterface) GetContainerLogs ¶
func (s__ *VarlinkInterface) GetContainerLogs(c__ VarlinkCall) error
func (*VarlinkInterface) GetContainerStats ¶
func (s__ *VarlinkInterface) GetContainerStats(c__ VarlinkCall) error
func (*VarlinkInterface) GetVersion ¶
func (s__ *VarlinkInterface) GetVersion(c__ VarlinkCall) error
func (*VarlinkInterface) HistoryImage ¶
func (s__ *VarlinkInterface) HistoryImage(c__ VarlinkCall, name_ string) error
func (*VarlinkInterface) ImportImage ¶
func (s__ *VarlinkInterface) ImportImage(c__ VarlinkCall, source_ string, reference_ string, message_ string, changes_ []string) error
func (*VarlinkInterface) InspectContainer ¶
func (s__ *VarlinkInterface) InspectContainer(c__ VarlinkCall) error
func (*VarlinkInterface) InspectImage ¶
func (s__ *VarlinkInterface) InspectImage(c__ VarlinkCall, name_ string) error
func (*VarlinkInterface) KillContainer ¶
func (s__ *VarlinkInterface) KillContainer(c__ VarlinkCall) error
Dummy methods for all varlink methods
func (*VarlinkInterface) ListContainerChanges ¶
func (s__ *VarlinkInterface) ListContainerChanges(c__ VarlinkCall) error
func (*VarlinkInterface) ListContainerProcesses ¶
func (s__ *VarlinkInterface) ListContainerProcesses(c__ VarlinkCall) error
func (*VarlinkInterface) ListContainers ¶
func (s__ *VarlinkInterface) ListContainers(c__ VarlinkCall) error
func (*VarlinkInterface) ListImages ¶
func (s__ *VarlinkInterface) ListImages(c__ VarlinkCall) error
func (*VarlinkInterface) PauseContainer ¶
func (s__ *VarlinkInterface) PauseContainer(c__ VarlinkCall) error
func (*VarlinkInterface) Ping ¶
func (s__ *VarlinkInterface) Ping(c__ VarlinkCall) error
func (*VarlinkInterface) PullImage ¶
func (s__ *VarlinkInterface) PullImage(c__ VarlinkCall, name_ string) error
func (*VarlinkInterface) PushImage ¶
func (s__ *VarlinkInterface) PushImage(c__ VarlinkCall, name_ string, tag_ string, tlsverify_ bool) error
func (*VarlinkInterface) RemoveContainer ¶
func (s__ *VarlinkInterface) RemoveContainer(c__ VarlinkCall) error
func (*VarlinkInterface) RemoveImage ¶
func (s__ *VarlinkInterface) RemoveImage(c__ VarlinkCall, name_ string, force_ bool) error
func (*VarlinkInterface) RenameContainer ¶
func (s__ *VarlinkInterface) RenameContainer(c__ VarlinkCall) error
func (*VarlinkInterface) ResizeContainerTty ¶
func (s__ *VarlinkInterface) ResizeContainerTty(c__ VarlinkCall) error
func (*VarlinkInterface) RestartContainer ¶
func (s__ *VarlinkInterface) RestartContainer(c__ VarlinkCall) error
func (*VarlinkInterface) SearchImage ¶
func (s__ *VarlinkInterface) SearchImage(c__ VarlinkCall, name_ string, limit_ int64) error
func (*VarlinkInterface) StartContainer ¶
func (s__ *VarlinkInterface) StartContainer(c__ VarlinkCall) error
func (*VarlinkInterface) StopContainer ¶
func (s__ *VarlinkInterface) StopContainer(c__ VarlinkCall) error
func (*VarlinkInterface) TagImage ¶
func (s__ *VarlinkInterface) TagImage(c__ VarlinkCall, name_ string, tagged_ string) error
func (*VarlinkInterface) UnpauseContainer ¶
func (s__ *VarlinkInterface) UnpauseContainer(c__ VarlinkCall) error
func (*VarlinkInterface) UpdateContainer ¶
func (s__ *VarlinkInterface) UpdateContainer(c__ VarlinkCall) error
func (*VarlinkInterface) VarlinkDispatch ¶
func (s__ *VarlinkInterface) VarlinkDispatch(call varlink.Call, methodname string) error
Method call dispatcher
func (*VarlinkInterface) VarlinkGetDescription ¶
func (s__ *VarlinkInterface) VarlinkGetDescription() string
Varlink interface description
func (*VarlinkInterface) VarlinkGetName ¶
func (s__ *VarlinkInterface) VarlinkGetName() string
Varlink interface name
func (*VarlinkInterface) WaitContainer ¶
func (s__ *VarlinkInterface) WaitContainer(c__ VarlinkCall) error
Click to show internal directories.
Click to hide internal directories.