Skip to content

Commit

Permalink
feat: add login.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
cukhoaimon committed Feb 6, 2024
1 parent a26b37f commit cb7f7ca
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 13 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mock:
mockgen -package mockdb -destination db/mock/store.go github.com/cukhoaimon/SimpleBank/db/sqlc Store

proto:
rm -f pb/*.go # remove all previous files
protoc --proto_path=proto --go_out=pb --go_opt=paths=source_relative \
--go-grpc_out=pb --go-grpc_opt=paths=source_relative \
proto/*.proto
Expand Down
283 changes: 283 additions & 0 deletions pb/rpc_login_user.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 23 additions & 13 deletions pb/service_simple_bank.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cb7f7ca

Please sign in to comment.