api for frontend is added

This commit is contained in:
병준 박 2022-08-19 07:42:45 +00:00
parent 8a459cc85b
commit a7a023936f
4 changed files with 13 additions and 0 deletions

View File

@ -83,6 +83,8 @@ static TARGETS: Lazy<HashMap<&str, Vec<&str>>> = Lazy::new(|| {
"./proto/c2se/backend/api/game.proto",
"./proto/c2se/frontend/bank.proto",
"./proto/c2se/frontend/identity.proto",
"./proto/c2se/frontend/api/vendor.proto",
"./proto/c2se/frontend/api/game.proto",
],
);

View File

@ -0,0 +1,5 @@
syntax = "proto3";
package bet.beteran.c2se.frontend.api.game;
// subject = bet.beteran.c2se.frontend.api.game.ListGames

View File

@ -0,0 +1,5 @@
syntax = "proto3";
package bet.beteran.c2se.frontend.api.vendor;
// subject = bet.beteran.c2se.frontend.api.vendor.ListVendors

View File

@ -3,3 +3,4 @@ syntax = "proto3";
package bet.beteran.c2se.frontend.bank;
// subject = bet.beteran.c2se.frontend.bank.ListBanks
// subject = bet.beteran.c2se.frontend.bank.GetBank