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

Method NodeUpdate

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

Source from the content-addressed store, hash-verified

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)
446}
447
448func (d *DryRunClient) NetworkInspect(ctx context.Context, networkName string, options client.NetworkInspectOptions) (client.NetworkInspectResult, error) {
449 return d.apiClient.NetworkInspect(ctx, networkName, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected