(ctx context.Context, nodeID string, options client.NodeRemoveOptions)
| 438 | } |
| 439 | |
| 440 | func (d *DryRunClient) NodeRemove(ctx context.Context, nodeID string, options client.NodeRemoveOptions) (client.NodeRemoveResult, error) { |
| 441 | return d.apiClient.NodeRemove(ctx, nodeID, options) |
| 442 | } |
| 443 | |
| 444 | func (d *DryRunClient) NodeUpdate(ctx context.Context, nodeID string, options client.NodeUpdateOptions) (client.NodeUpdateResult, error) { |
| 445 | return d.apiClient.NodeUpdate(ctx, nodeID, options) |
nothing calls this directly
no outgoing calls
no test coverage detected