Documentation ¶
Index ¶
- Variables
- func Connect(addr []string, timeout time.Duration) (*zk.Conn, error)
- func Create(conn *zk.Conn, fpath string) error
- func GetNodes(conn *zk.Conn, path string) ([]string, error)
- func GetNodesW(conn *zk.Conn, path string) ([]string, <-chan zk.Event, error)
- func RegisterTemp(conn *zk.Conn, fpath, data string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // error ErrNoChild = errors.New("zk: children is nil") ErrNodeNotExist = errors.New("zk: node not exist") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.