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

Method ServiceInspect

pkg/dryrun/dryrunclient.go:504–506  ·  view source on GitHub ↗
(ctx context.Context, serviceID string, options client.ServiceInspectOptions)

Source from the content-addressed store, hash-verified

502}
503
504func (d *DryRunClient) ServiceInspect(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error) {
505 return d.apiClient.ServiceInspect(ctx, serviceID, options)
506}
507
508func (d *DryRunClient) ServiceList(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error) {
509 return d.apiClient.ServiceList(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected