etcd

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

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

func CreateCommand() *cli.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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