iface

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrConnPoolBusy = errors.New(`connection pool busy`)
)

Functions

This section is empty.

Types

type IConnManager

type IConnManager interface {
	// 获取连接
	GetConn() (conn *net.TCPConn, err error)
	// 设置连接
	SetConn(conn *net.TCPConn) (err error)
}

IConnManager

Jump to

Keyboard shortcuts

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