update tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-09 14:25:27 +03:00
parent 1fe22608bb
commit a1b7e6cc71
9 changed files with 176 additions and 48 deletions

View File

@@ -21,12 +21,15 @@ service Github {
option (micro.api.http) = { get: "/users/{username}"; };
};
};
message LookupUserReq {
string username = 1;
};
message LookupUserRsp {
string name = 1;
};
message Error {
string message = 1;
};