dockercmdnames

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommandName = "docker"
)

Variables

View Source
var (
	Ranges = [...]string{
		Invalid:           "Invalid",
		Help:              "Help",
		Log:               "Log",
		Status:            "Status",
		Install:           "Install",
		UnInstall:         "UnInstall",
		Upgrade:           "Upgrade",
		Update:            "Update",
		InstallFix:        "InstallFix",
		SudoGroupFix:      "SudoGroupFix",
		Run:               "Run",
		Cmd:               "Cmd",
		Get:               "Get",
		RmIt:              "RmIt",
		Purge:             "Purge",
		Clean:             "Clean",
		RemoveAll:         "RemoveAll",
		AllImages:         "AllImages",
		AllContainer:      "AllContainer",
		AllPorts:          "AllPorts",
		WhichIp:           "WhichIp",
		ChangeIp:          "ChangeIp",
		DockerFile:        "DockerFile",
		CreateDockerFile:  "CreateDockerFile",
		ImagesByPorts:     "ImagesByPorts",
		ImageByNames:      "ImageByNames",
		ContainersByPorts: "ContainersByPorts",
		ContainersByName:  "ContainersByName",
		DockerCompose:     "DockerCompose",
		RemoveImageWhich:  "RemoveImageWhich",
		ListImages:        "ListImages",
		ListContainers:    "ListContainers",
		ListProcesses:     "ListProcesses",
		MacroStart:        "MacroStart",
		MacroEnd:          "MacroEnd",
		StateHistories:    "StateHistories",
		Export:            "Export",
		DumpJson:          "DumpJson",
		ImportJson:        "ImportJson",
		Histories:         "Histories",
		List:              "List",
		ListJson:          "ListJson",
		Backup:            "Backup",
		Import:            "Import",
	}

	BasicEnumImpl = enumimpl.New.BasicByte.UsingTypeSlice(
		coredynamic.TypeName(Invalid),
		Ranges[:])
)

Functions

This section is empty.

Types

type Variant

type Variant byte
const (
	Invalid Variant = iota
	Help
	Log
	Status
	Install
	UnInstall
	Upgrade
	Update
	InstallFix
	SudoGroupFix
	Run
	Cmd
	Get
	RmIt
	Purge
	Clean
	RemoveAll
	AllImages
	AllContainer
	AllPorts
	WhichIp
	ChangeIp
	DockerFile
	CreateDockerFile
	ImagesByPorts
	ImageByNames
	ContainersByPorts
	ContainersByName
	DockerCompose
	RemoveImageWhich
	ListImages
	ListContainers
	ListProcesses
	MacroStart
	MacroEnd
	StateHistories
	Export
	DumpJson
	ImportJson
	Histories
	List
	ListJson
	Backup
	Import
)

func Max

func Max() Variant

func Min

func Min() Variant

func New

func New(name string) (Variant, error)

func NewMust

func NewMust(name string) Variant

func (Variant) AllNameValues

func (it Variant) AllNameValues() []string

func (Variant) AsBasicByteEnumContractsBinder

func (it Variant) AsBasicByteEnumContractsBinder() enuminf.BasicByteEnumContractsBinder

func (Variant) AsBasicEnumContractsBinder

func (it Variant) AsBasicEnumContractsBinder() enuminf.BasicEnumContractsBinder

func (Variant) AsJsonContractsBinder

func (it Variant) AsJsonContractsBinder() corejson.JsonContractsBinder

func (Variant) AsJsonMarshaller

func (it Variant) AsJsonMarshaller() corejson.JsonMarshaller

func (Variant) AsJsoner

func (it Variant) AsJsoner() corejson.Jsoner

func (Variant) EnumType

func (it Variant) EnumType() enuminf.EnumTyper

func (Variant) Format

func (it Variant) Format(format string) (compiled string)

func (Variant) FullName

func (it Variant) FullName() string

func (Variant) HyphenName

func (it Variant) HyphenName() string

func (Variant) IntegerEnumRanges

func (it Variant) IntegerEnumRanges() []int

func (Variant) Is

func (it Variant) Is(enum Variant) bool

func (Variant) IsAnyNamesOf

func (it Variant) IsAnyNamesOf(names ...string) bool

func (Variant) IsAnyOf

func (it Variant) IsAnyOf(enums ...Variant) bool

func (Variant) IsAnyValuesEqual

func (it Variant) IsAnyValuesEqual(anyByteValues ...byte) bool

func (Variant) IsByteValueEqual

func (it Variant) IsByteValueEqual(value byte) bool

func (Variant) IsInvalid

func (it Variant) IsInvalid() bool

func (Variant) IsNameEqual

func (it Variant) IsNameEqual(name string) bool

func (Variant) IsValid

func (it Variant) IsValid() bool

func (Variant) IsValueEqual

func (it Variant) IsValueEqual(value byte) bool

func (Variant) Json

func (it Variant) Json() corejson.Result

func (*Variant) JsonParseSelfInject

func (it *Variant) JsonParseSelfInject(jsonResult *corejson.Result) error

func (Variant) JsonPtr

func (it Variant) JsonPtr() *corejson.Result

func (Variant) MarshalJSON

func (it Variant) MarshalJSON() ([]byte, error)

func (Variant) MaxByte

func (it Variant) MaxByte() byte

func (Variant) MaxInt

func (it Variant) MaxInt() int

func (Variant) MaxValueString

func (it Variant) MaxValueString() string

func (Variant) MinByte

func (it Variant) MinByte() byte

func (Variant) MinInt

func (it Variant) MinInt() int

func (Variant) MinMaxAny

func (it Variant) MinMaxAny() (min, max interface{})

func (Variant) MinValueString

func (it Variant) MinValueString() string

func (Variant) Name

func (it Variant) Name() string

func (Variant) NameValue

func (it Variant) NameValue() string

func (Variant) OnlySupportedErr

func (it Variant) OnlySupportedErr(names ...string) error

func (Variant) OnlySupportedMsgErr

func (it Variant) OnlySupportedMsgErr(message string, names ...string) error

func (Variant) RangeNamesCsv

func (it Variant) RangeNamesCsv() string

func (Variant) RangesByte

func (it Variant) RangesByte() []byte

func (Variant) RangesDynamicMap

func (it Variant) RangesDynamicMap() map[string]interface{}

func (Variant) String

func (it Variant) String() string

func (Variant) ToNameLower

func (it Variant) ToNameLower() string

func (Variant) ToNumberString

func (it Variant) ToNumberString() string

func (Variant) ToPtr

func (it Variant) ToPtr() *Variant

func (Variant) TypeName

func (it Variant) TypeName() string

func (*Variant) UnmarshalJSON

func (it *Variant) UnmarshalJSON(data []byte) error

func (Variant) UnmarshallEnumToValue

func (it Variant) UnmarshallEnumToValue(jsonUnmarshallingValue []byte) (byte, error)

func (Variant) Value

func (it Variant) Value() byte

func (Variant) ValueByte

func (it Variant) ValueByte() byte

func (Variant) ValueInt

func (it Variant) ValueInt() int

func (Variant) ValueInt16

func (it Variant) ValueInt16() int16

func (Variant) ValueInt32

func (it Variant) ValueInt32() int32

func (Variant) ValueInt8

func (it Variant) ValueInt8() int8

func (Variant) ValueString

func (it Variant) ValueString() string

func (Variant) ValueUInt16

func (it Variant) ValueUInt16() uint16

Jump to

Keyboard shortcuts

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