SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 258 | |
| 259 | // SetUpdatedAt sets the "updated_at" field. |
| 260 | func (muo *MetadataUpdateOne) SetUpdatedAt(t time.Time) *MetadataUpdateOne { |
| 261 | muo.mutation.SetUpdatedAt(t) |
| 262 | return muo |
| 263 | } |
| 264 | |
| 265 | // SetDeletedAt sets the "deleted_at" field. |
| 266 | func (muo *MetadataUpdateOne) SetDeletedAt(t time.Time) *MetadataUpdateOne { |
nothing calls this directly
no test coverage detected