container

package
v0.0.0-...-90844aa Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	StartImage(Container) (string, error)
	StopImage(string) error
	ListContainers() ([]types.Container, error)
	CreateUpdateContainer(Container) (string, error)
	UpdateContainer(Container) error
	RenameImage()
}

func NewClient

func NewClient() Client

type Container

type Container struct {
	// contains filtered or unexported fields
}

func NewContainer

func NewContainer(payload t.Payload) Container

Jump to

Keyboard shortcuts

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