DocSpace-client/common/services/ASC.ElasticSearch/protos/SearchItem.proto
2020-05-06 14:32:26 +03:00

17 lines
272 B
Protocol Buffer

syntax = "proto3";
package ASC.ElasticSearch;
message ClearIndexAction {
string Id = 1;
}
message ReIndexAction {
int32 Tenant = 1;
repeated string Names = 2;
}
message IndexAction {
string Indexing = 1;
int64 LastIndexed = 2;
}