ClearSettings clears the value of the "settings" field.
()
| 520 | |
| 521 | // ClearSettings clears the value of the "settings" field. |
| 522 | func (nuo *NodeUpdateOne) ClearSettings() *NodeUpdateOne { |
| 523 | nuo.mutation.ClearSettings() |
| 524 | return nuo |
| 525 | } |
| 526 | |
| 527 | // SetWeight sets the "weight" field. |
| 528 | func (nuo *NodeUpdateOne) SetWeight(i int) *NodeUpdateOne { |
nothing calls this directly
no test coverage detected