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

Method SwarmInspect

pkg/dryrun/dryrunclient.go:556–558  ·  view source on GitHub ↗
(ctx context.Context, options client.SwarmInspectOptions)

Source from the content-addressed store, hash-verified

554}
555
556func (d *DryRunClient) SwarmInspect(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error) {
557 return d.apiClient.SwarmInspect(ctx, options)
558}
559
560func (d *DryRunClient) SwarmUpdate(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) {
561 return d.apiClient.SwarmUpdate(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected