wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: golang-github-ngaut-go-zookeeper  ]

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

Odnośniki dla golang-github-ngaut-go-zookeeper-dev

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego golang-github-ngaut-go-zookeeper:

Opiekun:

Zasoby zewnętrzne:

Podobne pakiety:

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

Inne pakiety związane z golang-github-ngaut-go-zookeeper-dev

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie golang-github-ngaut-go-zookeeper-dev

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 18,2 KiB91,0 KiB [lista plików]