Versions in this module Expand all Collapse all v1 v1.0.6 Apr 16, 2015 Changes in this version + func Children(path string) ([]string, error) + func ChildrenRecursive(path string) ([]string, error) + func Create(path string, data []byte, force bool) (string, error) + func Delete(path string) error + func Exists(path string) (bool, error) + func Get(path string) ([]byte, error) + func Set(path string, data []byte) (*zk.Stat, error) + func SetServers(serversArray []string)