agent: add 'cetcd', 'zetcd' agent type

This commit is contained in:
Gyu-Ho Lee 2016-12-13 10:59:47 -08:00
parent 78004fbf11
commit bf0a32869c
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ message Request {
etcdv2 = 1;
ZooKeeper = 2;
Consul = 3;
zetcd = 4;
cetcd = 5;
}
Operation operation = 1;