ClearSlaveKey clears the value of the "slave_key" field.
()
| 704 | |
| 705 | // ClearSlaveKey clears the value of the "slave_key" field. |
| 706 | func (u *NodeUpsertOne) ClearSlaveKey() *NodeUpsertOne { |
| 707 | return u.Update(func(s *NodeUpsert) { |
| 708 | s.ClearSlaveKey() |
| 709 | }) |
| 710 | } |
| 711 | |
| 712 | // SetCapabilities sets the "capabilities" field. |
| 713 | func (u *NodeUpsertOne) SetCapabilities(v *boolset.BooleanSet) *NodeUpsertOne { |