ClearServer clears the value of the "server" field.
()
| 482 | |
| 483 | // ClearServer clears the value of the "server" field. |
| 484 | func (nuo *NodeUpdateOne) ClearServer() *NodeUpdateOne { |
| 485 | nuo.mutation.ClearServer() |
| 486 | return nuo |
| 487 | } |
| 488 | |
| 489 | // SetSlaveKey sets the "slave_key" field. |
| 490 | func (nuo *NodeUpdateOne) SetSlaveKey(s string) *NodeUpdateOne { |
nothing calls this directly
no test coverage detected