🐛 Fix grpc call didn't impl

This commit is contained in:
2024-11-03 14:24:03 +08:00
parent 194d270904
commit 7e4d6bb33f
4 changed files with 24 additions and 236 deletions

View File

@ -9,8 +9,6 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
health "google.golang.org/grpc/health/grpc_health_v1"
_ "github.com/mbobakov/grpc-consul-resolver"
)
type Conn struct {