disadvantages

package
v0.0.0-...-7c18459 Latest Latest
Warning

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

Go to latest
Published: May 18, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionPool

type ConnectionPool interface {
	IsReady() <-chan struct{}
	Get() net.Conn
	Release(conn net.Conn)
}

type Sender

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

func (*Sender) Send

func (l *Sender) Send(ctx context.Context, payload []byte) error

func (*Sender) SendWithoutReadyCheck

func (l *Sender) SendWithoutReadyCheck(payload []byte) error

Jump to

Keyboard shortcuts

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