testdialer

package
v2.16.3 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package testdialer provides a fake dialer for testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BufconnDialer

type BufconnDialer struct {
	// contains filtered or unexported fields
}

BufconnDialer is a fake dialer based on gRPC bufconn package.

func NewBufconnDialer

func NewBufconnDialer() *BufconnDialer

NewBufconnDialer creates a new bufconn dialer for testing.

func (*BufconnDialer) DialContext

func (b *BufconnDialer) DialContext(ctx context.Context, _, address string) (net.Conn, error)

DialContext implements the Dialer interface.

func (*BufconnDialer) GetListener

func (b *BufconnDialer) GetListener(endpoint string) net.Listener

GetListener returns a fake listener that is coupled with this dialer.

Jump to

Keyboard shortcuts

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