This commit is contained in:
2024-05-19 18:53:17 +07:00
parent 79a6ffda84
commit 89575b5492
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@ package crabs.${REPO_NAME_SNAKE};
import "google/api/annotations.proto";
option go_package = "pkg/proto";
service ${REPO_NAME_PASCAL} {
rpc Ping(PingReq) returns (PingRsp) {
option (google.api.http) = {