1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-24 03:46:37 +02:00

add path comment

This commit is contained in:
Tony 2019-11-05 23:45:50 +08:00
parent 0f7fb0e66d
commit 0cad7e3d5a

View File

@ -61,6 +61,7 @@ type Resolve struct {
} }
// Zookeeper is a zookeeper client Builder. // Zookeeper is a zookeeper client Builder.
// path: /{root}/{appid}/{ip} -> json(instance)
type Zookeeper struct { type Zookeeper struct {
c *Config c *Config
cli *zk.Conn cli *zk.Conn