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

Method ServiceLogs

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

Source from the content-addressed store, hash-verified

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)
522}
523
524func (d *DryRunClient) TaskLogs(ctx context.Context, taskID string, options client.TaskLogsOptions) (client.TaskLogsResult, error) {
525 return d.apiClient.TaskLogs(ctx, taskID, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected