commit 68a5c3f188b37f1dfc9f94e50b3f2dc3be6246df Author: Pakin Date: Tue Nov 18 15:29:01 2025 +0700 v0.0.1: init Signed-off-by: Pakin diff --git a/gateway b/gateway new file mode 160000 index 0000000..170c3c1 --- /dev/null +++ b/gateway @@ -0,0 +1 @@ +Subproject commit 170c3c15117d122ec8956ce532f9267378f75568 diff --git a/note.txt b/note.txt new file mode 100644 index 0000000..567712d --- /dev/null +++ b/note.txt @@ -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 \ No newline at end of file diff --git a/proto b/proto new file mode 160000 index 0000000..b3c7046 --- /dev/null +++ b/proto @@ -0,0 +1 @@ +Subproject commit b3c7046a105092a8f7034d845d01da4c93bd04c0