test

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Broker

type Broker struct {
	T *testing.T
	// contains filtered or unexported fields
}

Broker is a test implementation of loopnet.Broker.

func (*Broker) Accept

func (v *Broker) Accept(id uint32) (net.Listener, error)

Accept implements net.Broker.

func (*Broker) DialWithOptions

func (v *Broker) DialWithOptions(id uint32, opts ...grpc.DialOption) (conn *grpc.ClientConn, err error)

DialWithOptions implements net.Broker.

func (*Broker) NextId

func (v *Broker) NextId() uint32

NextId implements net.Broker. nolint:revive

type MockConn

type MockConn struct {
	grpc.ClientConnInterface
}

Jump to

Keyboard shortcuts

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