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

Method SwarmLeave

pkg/dryrun/dryrunclient.go:552–554  ·  view source on GitHub ↗
(ctx context.Context, options client.SwarmLeaveOptions)

Source from the content-addressed store, hash-verified

550}
551
552func (d *DryRunClient) SwarmLeave(ctx context.Context, options client.SwarmLeaveOptions) (client.SwarmLeaveResult, error) {
553 return d.apiClient.SwarmLeave(ctx, options)
554}
555
556func (d *DryRunClient) SwarmInspect(ctx context.Context, options client.SwarmInspectOptions) (client.SwarmInspectResult, error) {
557 return d.apiClient.SwarmInspect(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected