package
0.0.0-20240925064344-9bec77e7af1e
Repository: https://github.com/team-dandelion/go-dandelion.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

DefaultDialOpts 默认连接配置.
DefaultPoolOpts 默认连接池配置.
IdleTimeout 最大空闲时长, 超过后关闭连接.
MaxActive 最多允许的连接数, 0 则无限制.
MaxConnLifetime 连接生命周期, 超过后关闭连接.
MaxIdle 最多允许空闲的连接数.
No description provided by the author
TestOnBorrow 健康检查, 检测连接是否可用.
Wait 连接池枯竭是是否阻塞等待.

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

ExecuteFunc 普通回调函数.
PoolOption 连接池配置函数.
SubscribeFunc 订阅回调函数.