加入网络层
This commit is contained in:
9
Server/common/proto/grpc/gateway.proto
Normal file
9
Server/common/proto/grpc/gateway.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "common/proto/gen/grpc_pb";
|
||||
import "common.proto";
|
||||
|
||||
service Gateway {
|
||||
rpc SendMessage(Empty) returns (Empty) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user