[feat] Job Handle 参数调整
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package contracts
|
||||
|
||||
import (
|
||||
"github.com/samber/do"
|
||||
"google.golang.org/grpc"
|
||||
)
|
||||
|
||||
@@ -24,9 +23,3 @@ type GRpcBase struct {
|
||||
func (GRpcBase) GetGRpcServiceDesc() *grpc.ServiceDesc {
|
||||
return nil
|
||||
}
|
||||
|
||||
func NewJGRpcBase(container *do.Injector) GRpc {
|
||||
return &GRpcBase{
|
||||
Controller: &BaseController{container},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user