Documentation
¶
Index ¶
Constants ¶
View Source
const (
ETCD = "etcd"
)
Variables ¶
View Source
var Command = &cli.Command{ Name: ETCD, Usage: "local etcd server", Category: database.Category, HideHelpCommand: true, Subcommands: []*cli.Command{ common.ListCommand(ETCD), CreateCommand(), common.DeleteCommand(ETCD), common.LogsCommand(ETCD), common.ShellCommand(ETCD, "/bin/ash"), }, }
Functions ¶
func CreateCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.