github.com/jackc/pgtype.Circle.Status (field)
10 uses
github.com/jackc/pgtype (current package)
circle.go#L17: Status Status
circle.go#L25: switch dst.Status {
circle.go#L31: return dst.Status
circle.go#L41: *dst = Circle{Status: Null}
circle.go#L71: *dst = Circle{P: Vec2{x, y}, R: r, Status: Present}
circle.go#L77: *dst = Circle{Status: Null}
circle.go#L92: Status: Present,
circle.go#L98: switch src.Status {
circle.go#L115: switch src.Status {
circle.go#L131: *dst = Circle{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. |