Добавить cms_template_service.proto
Signed-off-by: Василий Толстов <v.tolstov@unistack.org>
This commit is contained in:
parent
d6e2b90898
commit
9ae6f7a365
16
cms_template_service.proto
Normal file
16
cms_template_service.proto
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
package cms_template_proto;
|
||||||
|
|
||||||
|
option go_package = "go.unistack.org/cms-template-proto;cms_template_proto";
|
||||||
|
|
||||||
|
//import "validate/validate.proto";
|
||||||
|
|
||||||
|
|
||||||
|
service TemplateService {
|
||||||
|
rpc Call(CallReq) returns (CallRsp) {};
|
||||||
|
};
|
||||||
|
|
||||||
|
message CallReq {};
|
||||||
|
|
||||||
|
message CallRsp {};
|
Loading…
Reference in New Issue
Block a user