[feat] 新增gRPC支持
This commit is contained in:
@@ -17,7 +17,7 @@ type Controller interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GRpController interface {
|
type GRpController interface {
|
||||||
GetGRpcServiceDesc() grpc.ServiceDesc
|
GetGRpcServiceDesc() *grpc.ServiceDesc
|
||||||
}
|
}
|
||||||
|
|
||||||
type BaseController struct {
|
type BaseController struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user