Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tegarpratama/e-wallet-ums
https://github.com/tegarpratama/e-wallet-ums
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tegarpratama/e-wallet-ums
- Owner: tegarpratama
- Created: 2024-11-29T09:06:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T06:22:05.000Z (about 1 month ago)
- Last Synced: 2024-12-01T07:24:16.792Z (about 1 month ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-wallet-ums
Generate proto:
1. Create file `.proto`
2. Enter the dir where proto located
example: `cd cmd/proto/tokenvalidation`
3. Type command
`protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative {your_proto_filename}.proto`