type database/sql.NullBool
4 uses
database/sql (current package)
sql.go#L346: type NullBool struct {
sql.go#L352: func (n *NullBool) Scan(value any) error {
sql.go#L362: func (n NullBool) Value() (driver.Value, error) {
github.com/go-pg/pg/v10/orm
table.go#L45: nullBoolType = reflect.TypeOf((*sql.NullBool)(nil)).Elem()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)