all options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: golang-github-ngaut-go-zookeeper  ]

Package: golang-github-ngaut-go-zookeeper-dev (0.0~git20150813.0.9c3719e-7)

Links for golang-github-ngaut-go-zookeeper-dev

Screenshot

Debian Resources:

Download Source Package golang-github-ngaut-go-zookeeper:

Maintainer:

External Resources:

Similar packages:

client ZooKeeper nativo per Go

Questo pacchetto fornisce una libreria (client) ZooKeeper nativa per comunicare con server ZooKeeper.

Esempio:

    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)
    }

Vedere anche: https://godoc.org/github.com/samuel/go-zookeeper/zk

Other Packages Related to golang-github-ngaut-go-zookeeper-dev

  • depends
  • recommends
  • suggests
  • enhances

Download golang-github-ngaut-go-zookeeper-dev

Download for all available architectures
Architecture Package Size Installed Size Files
all 18.2 kB91.0 kB [list of files]