Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClosed = errors.New("pool is closed")
)
Functions ¶
func SendWsRequest ¶
func SetEndpoint ¶
func SetEndpoint(endpoint string)
Types ¶
type PoolConn ¶
func (*PoolConn) MarkUnusable ¶
func (p *PoolConn) MarkUnusable()
MarkUnusable() marks the connection not usable any more, to let the pool close it instead of returning it to pool.
Click to show internal directories.
Click to hide internal directories.