SetCapabilities sets the "capabilities" field.
(bs *boolset.BooleanSet)
| 115 | |
| 116 | // SetCapabilities sets the "capabilities" field. |
| 117 | func (nc *NodeCreate) SetCapabilities(bs *boolset.BooleanSet) *NodeCreate { |
| 118 | nc.mutation.SetCapabilities(bs) |
| 119 | return nc |
| 120 | } |
| 121 | |
| 122 | // SetSettings sets the "settings" field. |
| 123 | func (nc *NodeCreate) SetSettings(ts *types.NodeSetting) *NodeCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected