github.com/go-pg/pg/v10/internal/pool.Stats.IdleConns (field)

2 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		pool.go#L34: 	IdleConns  uint32 // number of idle connections in the pool
		pool.go#L393: 		IdleConns:  uint32(idleLen),