toutes les options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : golang-github-ngaut-go-zookeeper  ]

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

Liens pour golang-github-ngaut-go-zookeeper-dev

Screenshot

Ressources Debian :

Télécharger le paquet source golang-github-ngaut-go-zookeeper :

Responsable :

Ressources externes :

Paquets similaires :

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

Autres paquets associés à golang-github-ngaut-go-zookeeper-dev

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger golang-github-ngaut-go-zookeeper-dev

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 18,2 ko91,0 ko [liste des fichiers]