DocSpace-buildtools/common/ASC.Core.Common/protos/notify_invoke.proto

10 lines
182 B
Protocol Buffer

syntax = "proto3";
package ASC.Notify.Messages;
message NotifyInvoke {
string service = 1;
string method = 2;
int32 tenant = 3;
repeated string parameters = 4;
}