github.com/cloudwego/kitex@v0.9.0/pkg/remote/codec/protobuf/test.proto (about)

     1  syntax="proto3";
     2  package protobuf;
     3  
     4  option go_package = "github.com/cloudwego/kitex/pkg/remote/codec/protobuf";
     5  
     6  message MockReq {
     7  	string msg = 1;
     8  	map<string, string> strMap = 2;
     9  	repeated string strList = 3;
    10  }
    11  
    12  // protoc --proto_path=. --go_out=$GOPATH/src test.proto