Merge branch 'master' of gitlab.fusenpack.com:backend/proto
This commit is contained in:
commit
818405eb58
|
@ -15,7 +15,6 @@ func {{.MethodName}}RPC() (any, error) {
|
|||
if fusen == nil {
|
||||
fusen := env.NewFusenTest[config.Config]()
|
||||
fusen.StartNacos(nil)
|
||||
service.AutoGrpcInit(fusen)
|
||||
}
|
||||
|
||||
resp, err := service.Auto{{.ServiceName}}Client(context.TODO()).{{.MethodName}}(context.TODO(), {{.RequestVar}})
|
||||
|
|
Loading…
Reference in New Issue
Block a user