Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcClient ¶
type GrpcClient interface { GetConn() *grpc.ClientConn Close() error }
GrpcClient интерфейс для работы с gRPC клиентом.
func NewGrpcClient ¶
func NewGrpcClient(cfg *GrpcClientConfig) (GrpcClient, error)
NewGrpcClient создает новый gRPC клиент.
type GrpcClientConfig ¶
GrpcClientConfig конфигурация клиента gRPC.
Click to show internal directories.
Click to hide internal directories.