dialer

package
v0.0.0-...-1472157 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMemberNotFound = errors.New("the member is not found")
)

Functions

This section is empty.

Types

type Dialer

type Dialer interface {
	Dial(ctx context.Context, m *types.Member, c *types.Change) (io.StreamReader, error)
	Apply(m *types.Member, c *types.Change) error
	Close(m *types.Member) error
	CloseAll()
}

Dialer takes care for grpc clients and their connections.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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