type github.com/go-pg/pg/v10/internal/pool.Stats

10 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		pool.go#L28: type Stats struct {
		pool.go#L48: 	Stats() *Stats
		pool.go#L77: 	stats Stats
		pool.go#L385: func (p *ConnPool) Stats() *Stats {
		pool.go#L387: 	return &Stats{
		pool_single.go#L56: func (p *SingleConnPool) Stats() *Stats {
		pool_single.go#L57: 	return &Stats{}
		pool_sticky.go#L200: func (p *StickyConnPool) Stats() *Stats {
		pool_sticky.go#L201: 	return &Stats{}

	github.com/go-pg/pg/v10
		base.go#L24: type PoolStats pool.Stats