.
This commit is contained in:
parent
e7f0e37d08
commit
4d60bc3efb
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user