Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCClient ¶
func NewGRPCClient[T any]( lis interface{ Dial() (net.Conn, error) }, fn func(grpc.ClientConnInterface) T, ) (*grpc.ClientConn, T)
func NewTestGRPCClient ¶
func NewTestGRPCClient[T any]( t *testing.T, lis interface{ Dial() (net.Conn, error) }, fn func(grpc.ClientConnInterface) T, ) (*grpc.ClientConn, T)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.