todas as opções
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Fonte: golang-github-ngaut-go-zookeeper  ]

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

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

Screenshot

Recursos de Debian:

Baixe o pacote-fonte golang-github-ngaut-go-zookeeper:

Mantenedor(a):

Fontes externas:

Pacotes similares:

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

Outros pacotes relacionados a golang-github-ngaut-go-zookeeper-dev

  • depende
  • recomenda
  • sugere
  • melhora

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

Baixe para todas as arquiteturas disponíveis
Arquitetura Tamanho do pacote Tamanho instalado Arquivos
all 18.2 kB91.0 kB [lista de arquivos]