diff --git a/goutils/proto_build/tpls/main.tpl b/goutils/proto_build/tpls/main.tpl index d2e33f6..4e7df5a 100644 --- a/goutils/proto_build/tpls/main.tpl +++ b/goutils/proto_build/tpls/main.tpl @@ -16,7 +16,7 @@ import ( func main() { fusen := env.NewFusen[config.Config]() - fusen.StartNacos(nil) + fusen.StartNacosGRPC(nil) sopt := grpc.UnaryInterceptor(fusen.Interceptor())