SetDeletedAt sets the "deleted_at" field.
(t time.Time)
| 406 | |
| 407 | // SetDeletedAt sets the "deleted_at" field. |
| 408 | func (nuo *NodeUpdateOne) SetDeletedAt(t time.Time) *NodeUpdateOne { |
| 409 | nuo.mutation.SetDeletedAt(t) |
| 410 | return nuo |
| 411 | } |
| 412 | |
| 413 | // SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil. |
| 414 | func (nuo *NodeUpdateOne) SetNillableDeletedAt(t *time.Time) *NodeUpdateOne { |
no test coverage detected