cmd

package
v0.0.0-...-3a63d34 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2018 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "etcd-tool",
	Short: "A brief description of your application",
	Long: `A longer description that spans multiple lines and likely contains
examples and usage of using your application. For example:

Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
}

RootCmd represents the base command when called without any subcommands

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type CopyArg

type CopyArg struct {
	From    string
	To      string
	FromCfg *client.Config
	ToCfg   *client.Config
}

func (*CopyArg) Run

func (c *CopyArg) Run() error

type DelArg

type DelArg struct {
	Dsn    string
	Key    string
	Prefix bool
}

func (*DelArg) Run

func (d *DelArg) Run(args []string) error

type PutArg

type PutArg struct {
	Conf     string
	Dsn      string
	Cfg      *client.Config
	DirValue string
	Dirs     []string
	Kvs      map[string]string
	DelDirs  []string
	DelKeys  []string
}

func (*PutArg) Run

func (p *PutArg) Run() error

Jump to

Keyboard shortcuts

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