SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 184 | |
| 185 | // SetUpdatedAt sets the "updated_at" field. |
| 186 | func (suo *SettingUpdateOne) SetUpdatedAt(t time.Time) *SettingUpdateOne { |
| 187 | suo.mutation.SetUpdatedAt(t) |
| 188 | return suo |
| 189 | } |
| 190 | |
| 191 | // SetDeletedAt sets the "deleted_at" field. |
| 192 | func (suo *SettingUpdateOne) SetDeletedAt(t time.Time) *SettingUpdateOne { |
nothing calls this directly
no test coverage detected