SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 400 | |
| 401 | // SetUpdatedAt sets the "updated_at" field. |
| 402 | func (nuo *NodeUpdateOne) SetUpdatedAt(t time.Time) *NodeUpdateOne { |
| 403 | nuo.mutation.SetUpdatedAt(t) |
| 404 | return nuo |
| 405 | } |
| 406 | |
| 407 | // SetDeletedAt sets the "deleted_at" field. |
| 408 | func (nuo *NodeUpdateOne) SetDeletedAt(t time.Time) *NodeUpdateOne { |
nothing calls this directly
no test coverage detected