add additional wrappers test

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-03-10 12:19:51 +03:00
parent 30d7528ee7
commit aae1f2bbe6
3 changed files with 35 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ option go_package = "github.com//unistack-org/micro-tests/client/http/proto;pb";
import "api/annotations.proto";
import "openapiv3/annotations.proto";
import "google/protobuf/wrappers.proto";
service Github {
rpc LookupUser(LookupUserReq) returns (LookupUserRsp) {
@@ -38,6 +39,7 @@ service Github {
message LookupUserReq {
string username = 1;
google.protobuf.StringValue str = 2;
};
message LookupUserRsp {