[feat] 新增gRPC支持

This commit is contained in:
what 2023-05-23 17:14:02 +08:00
parent da8d0f2e06
commit 70269f22e9

View File

@ -17,7 +17,7 @@ type Controller interface {
}
type GRpController interface {
GetGRpcServiceDesc() grpc.ServiceDesc
GetGRpcServiceDesc() *grpc.ServiceDesc
}
type BaseController struct {