github.com/jackc/pgtype.UUID.Status (field)
19 uses
github.com/jackc/pgtype (current package)
uuid.go#L12: Status Status
uuid.go#L17: *dst = UUID{Status: Null}
uuid.go#L30: *dst = UUID{Bytes: value, Status: Present}
uuid.go#L36: *dst = UUID{Status: Present}
uuid.go#L39: *dst = UUID{Status: Null}
uuid.go#L46: *dst = UUID{Bytes: uuid, Status: Present}
uuid.go#L49: *dst = UUID{Status: Null}
uuid.go#L64: switch dst.Status {
uuid.go#L70: return dst.Status
uuid.go#L75: switch src.Status {
uuid.go#L128: *dst = UUID{Status: Null}
uuid.go#L141: *dst = UUID{Bytes: buf, Status: Present}
uuid.go#L147: *dst = UUID{Status: Null}
uuid.go#L155: *dst = UUID{Status: Present}
uuid.go#L161: switch src.Status {
uuid.go#L172: switch src.Status {
uuid.go#L185: *dst = UUID{Status: Null}
uuid.go#L207: switch src.Status {
uuid_array.go#L519: if src.Elements[i].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. |