github.com/jackc/pgtype.Inet.Status (field)
21 uses
github.com/jackc/pgtype (current package)
cidr_array.go#L492: if src.Elements[i].Status == Null {
inet.go#L20: Status Status
inet.go#L25: *dst = Inet{Status: Null}
inet.go#L38: *dst = Inet{IPNet: &value, Status: Present}
inet.go#L41: *dst = Inet{Status: Null}
inet.go#L45: *dst = Inet{IPNet: &net.IPNet{Mask: mask, IP: value}, Status: Present}
inet.go#L52: *dst = Inet{IPNet: ipnet, Status: Present}
inet.go#L55: *dst = Inet{Status: Null}
inet.go#L61: *dst = Inet{Status: Null}
inet.go#L67: *dst = Inet{Status: Null}
inet.go#L82: switch dst.Status {
inet.go#L88: return dst.Status
inet.go#L93: switch src.Status {
inet.go#L126: *dst = Inet{Status: Null}
inet.go#L148: *dst = Inet{IPNet: ipnet, Status: Present}
inet.go#L154: *dst = Inet{Status: Null}
inet.go#L172: *dst = Inet{IPNet: &ipnet, Status: Present}
inet.go#L178: switch src.Status {
inet.go#L190: switch src.Status {
inet.go#L223: *dst = Inet{Status: Null}
inet_array.go#L492: 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. |