ClearSlaveKey clears the value of the "slave_key" field.
()
| 493 | |
| 494 | // ClearSlaveKey clears the value of the "slave_key" field. |
| 495 | func (u *NodeUpsert) ClearSlaveKey() *NodeUpsert { |
| 496 | u.SetNull(node.FieldSlaveKey) |
| 497 | return u |
| 498 | } |
| 499 | |
| 500 | // SetCapabilities sets the "capabilities" field. |
| 501 | func (u *NodeUpsert) SetCapabilities(v *boolset.BooleanSet) *NodeUpsert { |
nothing calls this directly
no outgoing calls
no test coverage detected