Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnPools ¶
type ConnPools struct {
sync.RWMutex
P map[string]*pool.ConnPool
MaxConns int
MaxIdle int
ConnTimeout int
CallTimeout int
}
ConnPools is responsible for the Connection Pool lifecycle management.
func NewConnPools ¶
func (*ConnPools) UpdatePools ¶
Click to show internal directories.
Click to hide internal directories.