testutils

package
v3.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL