command

package
v3.1.4+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2017 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// http://tldp.org/LDP/abs/html/exitcodes.html
	ExitSuccess = iota
	ExitError
	ExitBadConnection
	ExitInvalidInput // for txn, watch command
	ExitBadFeature   // provided a valid flag with an unsupported value
	ExitInterrupted
	ExitIO
	ExitBadArgs = 128
)

Variables

This section is empty.

Functions

func ExitWithError

func ExitWithError(code int, err error)

func NewElectionCommand

func NewElectionCommand() *cobra.Command

NewElectionCommand returns the cobra command for "election runner".

func NewLeaseRenewerCommand

func NewLeaseRenewerCommand() *cobra.Command

NewLeaseRenewerCommand returns the cobra command for "lease-renewer runner".

func NewLockRacerCommand

func NewLockRacerCommand() *cobra.Command

NewLockRacerCommand returns the cobra command for "lock-racer runner".

func NewWatchCommand

func NewWatchCommand() *cobra.Command

NewWatchCommand returns the cobra command for "watcher runner".

Types

type GlobalFlags

type GlobalFlags struct {
	Endpoints   []string
	DialTimeout time.Duration
}

GlobalFlags are flags that defined globally and are inherited to all sub-commands.

Jump to

Keyboard shortcuts

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