ClearSlaveKey clears the value of the "slave_key" field.
()
| 135 | |
| 136 | // ClearSlaveKey clears the value of the "slave_key" field. |
| 137 | func (nu *NodeUpdate) ClearSlaveKey() *NodeUpdate { |
| 138 | nu.mutation.ClearSlaveKey() |
| 139 | return nu |
| 140 | } |
| 141 | |
| 142 | // SetCapabilities sets the "capabilities" field. |
| 143 | func (nu *NodeUpdate) SetCapabilities(bs *boolset.BooleanSet) *NodeUpdate { |