SetCapabilities sets the "capabilities" field.
(bs *boolset.BooleanSet)
| 508 | |
| 509 | // SetCapabilities sets the "capabilities" field. |
| 510 | func (nuo *NodeUpdateOne) SetCapabilities(bs *boolset.BooleanSet) *NodeUpdateOne { |
| 511 | nuo.mutation.SetCapabilities(bs) |
| 512 | return nuo |
| 513 | } |
| 514 | |
| 515 | // SetSettings sets the "settings" field. |
| 516 | func (nuo *NodeUpdateOne) SetSettings(ts *types.NodeSetting) *NodeUpdateOne { |
nothing calls this directly
no test coverage detected