github.com/jackc/pgtype.Unknown.Status (field)
13 uses
github.com/jackc/pgtype (current package)
aclitem.go#L22: Status Status
aclitem.go#L27: *dst = ACLItem{Status: Null}
aclitem.go#L40: *dst = ACLItem{String: value, Status: Present}
aclitem.go#L43: *dst = ACLItem{Status: Null}
aclitem.go#L45: *dst = ACLItem{String: *value, Status: Present}
aclitem.go#L58: switch dst.Status {
aclitem.go#L64: return dst.Status
aclitem.go#L69: switch src.Status {
aclitem.go#L90: *dst = ACLItem{Status: Null}
aclitem.go#L94: *dst = ACLItem{String: string(src), Status: Present}
aclitem.go#L99: switch src.Status {
aclitem.go#L112: *dst = ACLItem{Status: Null}
aclitem.go#L130: switch src.Status {
![]() |
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. |