SetSlaveKey sets the "slave_key" field.
(v string)
| 690 | |
| 691 | // SetSlaveKey sets the "slave_key" field. |
| 692 | func (u *NodeUpsertOne) SetSlaveKey(v string) *NodeUpsertOne { |
| 693 | return u.Update(func(s *NodeUpsert) { |
| 694 | s.SetSlaveKey(v) |
| 695 | }) |
| 696 | } |
| 697 | |
| 698 | // UpdateSlaveKey sets the "slave_key" field to the value that was provided on create. |
| 699 | func (u *NodeUpsertOne) UpdateSlaveKey() *NodeUpsertOne { |