mirror of https://github.com/etcd-io/dbtester.git
agent: add 'cetcd', 'zetcd' agent type
This commit is contained in:
parent
78004fbf11
commit
bf0a32869c
|
|
@ -24,6 +24,8 @@ message Request {
|
|||
etcdv2 = 1;
|
||||
ZooKeeper = 2;
|
||||
Consul = 3;
|
||||
zetcd = 4;
|
||||
cetcd = 5;
|
||||
}
|
||||
|
||||
Operation operation = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue