type database/sql.NullBool
4 uses
database/sql (current package)
sql.go#L352: type NullBool struct {
sql.go#L358: func (n *NullBool) Scan(value any) error {
sql.go#L368: 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.7.6. (GOOS=linux GOARCH=amd64)