更新grpc

This commit is contained in:
huangsimin@fusen.cn 2024-01-18 17:26:14 +08:00
parent 08bbc62d28
commit 70ebc9ca9e

View File

@ -16,7 +16,7 @@ import (
func main() {
fusen := env.NewFusen[config.Config]()
fusen.StartNacos(nil)
fusen.StartNacosGRPC(nil)
sopt := grpc.UnaryInterceptor(fusen.Interceptor())