This commit is contained in:
insanity 2017-04-13 12:28:19 +09:00
parent e7f0e37d08
commit 4d60bc3efb

View File

@ -34,7 +34,7 @@ enum Crawlers {
WMI = 27; WMI = 27;
JMX = 28; JMX = 28;
REDIS = 29; REDIS = 29;
MONGO = 30; MONGODB = 30;
} }
service Config { service Config {
@ -57,7 +57,6 @@ message Input {
string path = 3; string path = 3;
} }
// The response message containing the greetings
message Output { message Output {
int64 startDate = 1; int64 startDate = 1;
int64 endDate = 2; int64 endDate = 2;