[feat] Job Handle 参数调整

This commit is contained in:
2023-06-06 10:52:07 +08:00
parent 5e9b841292
commit e17e0e2892
2 changed files with 2 additions and 19 deletions
-7
View File
@@ -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},
}
}