DocSpace-buildtools/common/services/ASC.ElasticSearch/protos/SearchItem.proto

12 lines
189 B
Protocol Buffer

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