ClearDeletedAt clears the value of the "deleted_at" field.
()
| 420 | |
| 421 | // ClearDeletedAt clears the value of the "deleted_at" field. |
| 422 | func (nuo *NodeUpdateOne) ClearDeletedAt() *NodeUpdateOne { |
| 423 | nuo.mutation.ClearDeletedAt() |
| 424 | return nuo |
| 425 | } |
| 426 | |
| 427 | // SetStatus sets the "status" field. |
| 428 | func (nuo *NodeUpdateOne) SetStatus(n node.Status) *NodeUpdateOne { |
nothing calls this directly
no test coverage detected