destroy

package
v0.0.0-...-56aa1ee Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	Region         string
	RegionIsSet    bool
	IAAS           string
	Namespace      string
	NamespaceIsSet bool
	IAASIsSet      bool
}

Args are arguments passed to the destroy command

func (*Args) MarkSetFlags

func (a *Args) MarkSetFlags(c FlagSetChecker) error

MarkSetFlags is marking which destroy Args have been set

type ContextWrapper

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

ContextWrapper wraps a CLI context for testing

func (*ContextWrapper) FlagNames

func (t *ContextWrapper) FlagNames() (names []string)

FlagNames lists all flags it's possible for a user to provide

func (*ContextWrapper) IsSet

func (t *ContextWrapper) IsSet(name string) bool

IsSet tells you if a user provided a flag

type FlagSetChecker

type FlagSetChecker interface {
	IsSet(name string) bool
	FlagNames() (names []string)
}

FlagSetChecker allows us to find out if flags were set, adn what the names of all flags are

Jump to

Keyboard shortcuts

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