未验证 提交 9e3b4c0b 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Update common.proto

Add ServiceType for register.
上级 7b244ff7
......@@ -53,3 +53,16 @@ message Command {
string command = 1;
repeated KeyStringValuePair args = 2;
}
enum ServiceType {
// An agent works inside the normal business application.
normal = 0;
// An agent works inside the database.
database = 1;
// An agent works inside the MQ.
mq = 2;
// An agent works inside the cache server.
cache = 3;
// An agent works inside the browser.
cache = 4;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册