houston package 독립

This commit is contained in:
2023-05-21 23:37:54 +09:00
commit 3e8c79a48b
20 changed files with 3152 additions and 0 deletions

5
protos/empty.proto Normal file
View File

@ -0,0 +1,5 @@
syntax = "proto3";
option go_package = "common/protos";
message Empty {
}