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

Method ServiceUpdate

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

Source from the content-addressed store, hash-verified

514}
515
516func (d *DryRunClient) ServiceUpdate(ctx context.Context, serviceID string, options client.ServiceUpdateOptions) (client.ServiceUpdateResult, error) {
517 return d.apiClient.ServiceUpdate(ctx, serviceID, options)
518}
519
520func (d *DryRunClient) ServiceLogs(ctx context.Context, serviceID string, options client.ServiceLogsOptions) (client.ServiceLogsResult, error) {
521 return d.apiClient.ServiceLogs(ctx, serviceID, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected