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

Method NodeList

pkg/dryrun/dryrunclient.go:436–438  ·  view source on GitHub ↗
(ctx context.Context, options client.NodeListOptions)

Source from the content-addressed store, hash-verified

434}
435
436func (d *DryRunClient) NodeList(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error) {
437 return d.apiClient.NodeList(ctx, options)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected