package
1.1.7
Repository: https://github.com/jonnylangefeld/kubectl-mc.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.

# Functions

New registers the default mc command.

# Constants

JSON represents the string for json.
YAML represents the string for yaml.

# Structs

MC contains the options of the command.

# Interfaces

Cmd is an interface for exec.Cmd to allow for dependency injectiongo:generate go run -mod=mod github.com/golang/mock/mockgen --build_flags=-mod=mod -destination=./mocks/cmd.go -package=mocks -source=./mc.go.