すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: golang-github-ngaut-go-zookeeper  ]

パッケージ: golang-github-ngaut-go-zookeeper-dev (0.0~git20150813.0.9c3719e-7)

golang-github-ngaut-go-zookeeper-dev に関するリンク

Screenshot

Debian の資源:

golang-github-ngaut-go-zookeeper ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

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

その他の golang-github-ngaut-go-zookeeper-dev 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

golang-github-ngaut-go-zookeeper-dev のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 18.2 kB91.0 kB [ファイル一覧]