add codec frame test generator
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
12
codec/proto/test.proto
Normal file
12
codec/proto/test.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package helloworld;
|
||||
option go_package = "github.com/unistack-org/micro-tests/codec/proto;pb";
|
||||
|
||||
import "codec/frame.proto";
|
||||
|
||||
|
||||
service Test {
|
||||
rpc Call(micro.codec.Frame) returns (micro.codec.Frame) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user