package command
import "github.com/coreos/etcd/tools/functional-tester/etcd-runner/command"
Index ¶
- Constants
- func ExitWithError(code int, err error)
- func NewElectionCommand() *cobra.Command
- func NewLeaseRenewerCommand() *cobra.Command
- func NewLockRacerCommand() *cobra.Command
- func NewWatchCommand() *cobra.Command
- type GlobalFlags
Constants ¶
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 )
Functions ¶
func ExitWithError ¶
func NewElectionCommand ¶
NewElectionCommand returns the cobra command for "election runner".
func NewLeaseRenewerCommand ¶
NewLeaseRenewerCommand returns the cobra command for "lease-renewer runner".
func NewLockRacerCommand ¶
NewLockRacerCommand returns the cobra command for "lock-racer runner".
func NewWatchCommand ¶
NewWatchCommand returns the cobra command for "watcher runner".
Types ¶
type GlobalFlags ¶
GlobalFlags are flags that defined globally and are inherited to all sub-commands.
Source Files ¶
election_command.go error.go global.go lease_renewer_command.go lock_racer_command.go watch_command.go
- Version
- v3.1.0+incompatible
- Published
- Jan 20, 2017
- Platform
- darwin/amd64
- Imports
- 15 packages
- Last checked
- 1 hour ago –
Tools for package owners.