_type

package
v0.0.0-...-2557018 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommitMessage

type CommitMessage struct {
	MessageType
	Image       string `json:"image"`
	ContainerID string `json:"containerID"`
}

type ContainerClient

type ContainerClient interface {
	CommitImageFromSelf(containerID, image string) error
	PushImageFromSelf(image, username, password string) error
}

type MessageType

type MessageType string
const (
	TypeCommit MessageType = "Commit"
	TypePush   MessageType = "Push"
)

Jump to

Keyboard shortcuts

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