yokyo %!s(int64=5) %!d(string=hai) anos
pai
achega
24f7dfab97
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      confs.proto

+ 6 - 0
confs.proto

@@ -37,6 +37,12 @@ message AgentConf {
     string mode         = 10;
 }
 
+// zk 中 login 配置
+message LoginZkConf {
+    repeated string addrs   = 1;
+    string password         = 2;
+}
+
 message LoginConf {
     uint64 id           = 1;
     RedisConf redis     = 2;