github.com/google/uuid.NullUUID.UUID (field)
10 uses
github.com/google/uuid (current package)
null.go#L30: UUID UUID
null.go#L37: nu.UUID, nu.Valid = Nil, false
null.go#L41: err := nu.UUID.Scan(value)
null.go#L57: return nu.UUID.Value()
null.go#L63: return nu.UUID[:], nil
null.go#L74: copy(nu.UUID[:], data)
null.go#L82: return nu.UUID.MarshalText()
null.go#L95: nu.UUID = id
null.go#L103: return json.Marshal(nu.UUID)
null.go#L115: err := json.Unmarshal(data, &nu.UUID)
![]() |
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. |