SetCapabilities sets the "capabilities" field.
(v *boolset.BooleanSet)
| 499 | |
| 500 | // SetCapabilities sets the "capabilities" field. |
| 501 | func (u *NodeUpsert) SetCapabilities(v *boolset.BooleanSet) *NodeUpsert { |
| 502 | u.Set(node.FieldCapabilities, v) |
| 503 | return u |
| 504 | } |
| 505 | |
| 506 | // UpdateCapabilities sets the "capabilities" field to the value that was provided on create. |
| 507 | func (u *NodeUpsert) UpdateCapabilities() *NodeUpsert { |