(val interface{})
| 243 | } |
| 244 | |
| 245 | func NewNullProjectStatusStr(val interface{}) (x NullProjectStatusStr) { |
| 246 | x.Scan(val) // yes, we ignore this error, it will just be an invalid value. |
| 247 | return |
| 248 | } |
| 249 | |
| 250 | // Value implements the driver Valuer interface. |
| 251 | func (x NullProjectStatusStr) Value() (driver.Value, error) { |
searching dependent graphs…