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