v0.0.1: init

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2025-11-18 15:29:01 +07:00
commit 68a5c3f188
3 changed files with 7 additions and 0 deletions

5
note.txt Normal file
View file

@ -0,0 +1,5 @@
# generate for Go
protoc --proto_path=proto --go_out=gateway --go-grpc_out=gateway proto/registry.proto
# generate for Rust (using tonic)
protoc --proto_path=proto --tonic_out=fetch-service --tonic_out=auth-service registry.proto