MCPcopy Create free account
hub / github.com/docker/compose / NodeRemove

Method NodeRemove

pkg/dryrun/dryrunclient.go:440–442  ·  view source on GitHub ↗
(ctx context.Context, nodeID string, options client.NodeRemoveOptions)

Source from the content-addressed store, hash-verified

438}
439
440func (d *DryRunClient) NodeRemove(ctx context.Context, nodeID string, options client.NodeRemoveOptions) (client.NodeRemoveResult, error) {
441 return d.apiClient.NodeRemove(ctx, nodeID, options)
442}
443
444func (d *DryRunClient) NodeUpdate(ctx context.Context, nodeID string, options client.NodeUpdateOptions) (client.NodeUpdateResult, error) {
445 return d.apiClient.NodeUpdate(ctx, nodeID, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected