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

1
gateway Submodule

@ -0,0 +1 @@
Subproject commit 170c3c15117d122ec8956ce532f9267378f75568

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

1
proto Submodule

@ -0,0 +1 @@
Subproject commit b3c7046a105092a8f7034d845d01da4c93bd04c0