ClearSlaveKey clears the value of the "slave_key" field.
()
| 502 | |
| 503 | // ClearSlaveKey clears the value of the "slave_key" field. |
| 504 | func (nuo *NodeUpdateOne) ClearSlaveKey() *NodeUpdateOne { |
| 505 | nuo.mutation.ClearSlaveKey() |
| 506 | return nuo |
| 507 | } |
| 508 | |
| 509 | // SetCapabilities sets the "capabilities" field. |
| 510 | func (nuo *NodeUpdateOne) SetCapabilities(bs *boolset.BooleanSet) *NodeUpdateOne { |
nothing calls this directly
no test coverage detected