type github.com/google/uuid.NullUUID

10 uses

	github.com/google/uuid (current package)
		null.go#L29: type NullUUID struct {
		null.go#L35: func (nu *NullUUID) Scan(value interface{}) error {
		null.go#L52: func (nu NullUUID) Value() (driver.Value, error) {
		null.go#L61: func (nu NullUUID) MarshalBinary() ([]byte, error) {
		null.go#L70: func (nu *NullUUID) UnmarshalBinary(data []byte) error {
		null.go#L80: func (nu NullUUID) MarshalText() ([]byte, error) {
		null.go#L89: func (nu *NullUUID) UnmarshalText(data []byte) error {
		null.go#L101: func (nu NullUUID) MarshalJSON() ([]byte, error) {
		null.go#L110: func (nu *NullUUID) UnmarshalJSON(data []byte) error {
		null.go#L112: 		*nu = NullUUID{}