MCPcopy
hub / github.com/docker/compose / Ping

Method Ping

pkg/dryrun/dryrunclient.go:600–602  ·  view source on GitHub ↗
(ctx context.Context, options client.PingOptions)

Source from the content-addressed store, hash-verified

598}
599
600func (d *DryRunClient) Ping(ctx context.Context, options client.PingOptions) (client.PingResult, error) {
601 return d.apiClient.Ping(ctx, options)
602}
603
604func (d *DryRunClient) VolumeInspect(ctx context.Context, volumeID string, options client.VolumeInspectOptions) (client.VolumeInspectResult, error) {
605 return d.apiClient.VolumeInspect(ctx, volumeID, options)

Calls

no outgoing calls