mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 01:02:29 +00:00
tranport draft, renamed module
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
"google.golang.org/grpc/credentials"
|
||||
"google.golang.org/grpc/resolver"
|
||||
|
||||
"gitlab.bertha.cloud/partitio/lab/grpc/registry/noop"
|
||||
"go.linka.cloud/grpc/registry/noop"
|
||||
)
|
||||
|
||||
type Client interface {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"google.golang.org/grpc"
|
||||
|
||||
"gitlab.bertha.cloud/partitio/lab/grpc/registry"
|
||||
"go.linka.cloud/grpc/registry"
|
||||
)
|
||||
|
||||
type Options interface {
|
||||
|
Reference in New Issue
Block a user