github.com/jackc/pgtype.Box.Status (field)
10 uses
github.com/jackc/pgtype (current package)
box.go#L16: Status Status
box.go#L24: switch dst.Status {
box.go#L30: return dst.Status
box.go#L40: *dst = Box{Status: Null}
box.go#L81: *dst = Box{P: [2]Vec2{{x1, y1}, {x2, y2}}, Status: Present}
box.go#L87: *dst = Box{Status: Null}
box.go#L105: Status: Present,
box.go#L111: switch src.Status {
box.go#L128: switch src.Status {
box.go#L146: *dst = Box{Status: Null}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |