SetSettings sets the "settings" field.
(ts *types.NodeSetting)
| 514 | |
| 515 | // SetSettings sets the "settings" field. |
| 516 | func (nuo *NodeUpdateOne) SetSettings(ts *types.NodeSetting) *NodeUpdateOne { |
| 517 | nuo.mutation.SetSettings(ts) |
| 518 | return nuo |
| 519 | } |
| 520 | |
| 521 | // ClearSettings clears the value of the "settings" field. |
| 522 | func (nuo *NodeUpdateOne) ClearSettings() *NodeUpdateOne { |
nothing calls this directly
no test coverage detected