github.com/jackc/pgx/v5/pgtype.Interval.Valid (field)
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
builtin_wrappers.go#L503: if !v.Valid {
builtin_wrappers.go#L513: return Interval{Microseconds: int64(w) / 1000, Valid: true}, nil
interval.go#L33: Valid bool
interval.go#L63: if !interval.Valid {
interval.go#L107: if !interval.Valid {
interval.go#L125: if !interval.Valid {
interval.go#L192: return scanner.ScanInterval(Interval{Microseconds: microseconds, Days: days, Months: months, Valid: true})
interval.go#L279: return scanner.ScanInterval(Interval{Months: months, Days: days, Microseconds: microseconds, Valid: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)