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

Method ServiceList

pkg/dryrun/dryrunclient.go:508–510  ·  view source on GitHub ↗
(ctx context.Context, options client.ServiceListOptions)

Source from the content-addressed store, hash-verified

506}
507
508func (d *DryRunClient) ServiceList(ctx context.Context, options client.ServiceListOptions) (client.ServiceListResult, error) {
509 return d.apiClient.ServiceList(ctx, options)
510}
511
512func (d *DryRunClient) ServiceRemove(ctx context.Context, serviceID string, options client.ServiceRemoveOptions) (client.ServiceRemoveResult, error) {
513 return d.apiClient.ServiceRemove(ctx, serviceID, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected