github.com/google/uuid.NullUUID.Valid (field)
12 uses
github.com/google/uuid (current package)
null.go#L31: Valid bool // Valid is true if UUID is not NULL
null.go#L37: nu.UUID, nu.Valid = Nil, false
null.go#L43: nu.Valid = false
null.go#L47: nu.Valid = true
null.go#L53: if !nu.Valid {
null.go#L62: if nu.Valid {
null.go#L75: nu.Valid = true
null.go#L81: if nu.Valid {
null.go#L92: nu.Valid = false
null.go#L96: nu.Valid = true
null.go#L102: if nu.Valid {
null.go#L116: nu.Valid = err == nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |