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

10 lines
182 B
Protocol Buffer
Raw Normal View History

2020-09-08 12:07:59 +00:00
syntax = "proto3";
package ASC.Notify.Messages;
message NotifyInvoke {
string Service = 1;
string Method = 2;
int32 Tenant = 3;
repeated string Parameters = 4;
}