command

package
v0.0.0-...-aa05659 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2014 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGetCommand

func NewGetCommand() cli.Command

func NewLsCommand

func NewLsCommand() cli.Command

func NewSetCommand

func NewSetCommand() cli.Command

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

type GetJson

type GetJson struct {
	Path string
	Stat *zk.Stat `json:",omitempty"`
	Data interface{}
}

type LsJson

type LsJson struct {
	Path     string
	Stat     *zk.Stat `json:",omitempty"`
	Children []string
}

type SetJson

type SetJson struct {
	Path string
	Stat *zk.Stat `json:",omitempty"`
}

Jump to

Keyboard shortcuts

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