[ Zdroj: golang-github-ngaut-go-zookeeper ]
Balík: golang-github-ngaut-go-zookeeper-dev (0.0~git20150813.0.9c3719e-7)
Odkazy pre golang-github-ngaut-go-zookeeper-dev
Zdroje Debian:
Stiahnuť zdrojový balík golang-github-ngaut-go-zookeeper:
- [golang-github-ngaut-go-zookeeper_0.0~git20150813.0.9c3719e-7.dsc]
- [golang-github-ngaut-go-zookeeper_0.0~git20150813.0.9c3719e.orig.tar.xz]
- [golang-github-ngaut-go-zookeeper_0.0~git20150813.0.9c3719e-7.debian.tar.xz]
Správca:
Externé zdroje:
- Domovská stránka [github.com]
Podobné balíky:
- golang-github-charmbracelet-keygen-dev
- golang-github-smallstep-assert-dev
- golang-github-gopacket-gopacket-dev
- golang-github-cli-safeexec-dev
- golang-github-opentracing-contrib-go-grpc-dev
- golang-github-ttacon-chalk-dev
- golang-github-opentracing-contrib-go-stdlib-dev
- golang-github-go-zookeeper-zk-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-koofr-go-koofrclient-dev
- golang-github-canonical-go-dqlite-dev
Native ZooKeeper client for Go
This package provides a native ZooKeeper (client) library for communicating with ZooKeeper servers.
Example:
func main() { c, _, err := zk.Connect([]string{"127.0.0.1"}, time.Second) //*10) if err != nil { panic(err) } children, stat, ch, err := c.ChildrenW("/") if err != nil { panic(err) } fmt.Printf("%+v %+v\n", children, stat) e := <-ch fmt.Printf("%+v\n", e) }
See also: https://godoc.org/github.com/samuel/go-zookeeper/zk
Ostatné balíky súvisiace s balíkom golang-github-ngaut-go-zookeeper-dev
|
|
|
|
-
- dep: golang-github-samuel-go-zookeeper-dev
- native ZooKeeper client for Go
Stiahnuť golang-github-ngaut-go-zookeeper-dev
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
all | 18.2 kB | 91.0 kB | [zoznam súborov] |