import "github.com/etcd-io/etcd/functional/runner"
Package runner implements individual etcd-runner commands for the etcd-runner utility.
election_command.go error.go global.go help.go lease_renewer_command.go lock_racer_command.go root.go watch_command.go
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 )
NewElectionCommand returns the cobra command for "election runner".
NewLeaseRenewerCommand returns the cobra command for "lease-renewer runner".
NewLockRacerCommand returns the cobra command for "lock-racer runner".
NewWatchCommand returns the cobra command for "watcher runner".
func Start()
Package runner imports 23 packages (graph). Updated 2019-06-09. Refresh now. Tools for package owners.