github.com/go-pg/pg/v10/internal/pool.Conn.SetUsedAt (method)

3 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		conn.go#L32: 	cn.SetUsedAt(time.Now())
		conn.go#L41: func (cn *Conn) SetUsedAt(tm time.Time) {
		conn.go#L134: 	cn.SetUsedAt(tm)