SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 33 | |
| 34 | // SetUpdatedAt sets the "updated_at" field. |
| 35 | func (nu *NodeUpdate) SetUpdatedAt(t time.Time) *NodeUpdate { |
| 36 | nu.mutation.SetUpdatedAt(t) |
| 37 | return nu |
| 38 | } |
| 39 | |
| 40 | // SetDeletedAt sets the "deleted_at" field. |
| 41 | func (nu *NodeUpdate) SetDeletedAt(t time.Time) *NodeUpdate { |
no outgoing calls
no test coverage detected