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

Method TaskLogs

pkg/dryrun/dryrunclient.go:524–526  ·  view source on GitHub ↗
(ctx context.Context, taskID string, options client.TaskLogsOptions)

Source from the content-addressed store, hash-verified

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)
526}
527
528func (d *DryRunClient) TaskInspect(ctx context.Context, taskID string, options client.TaskInspectOptions) (client.TaskInspectResult, error) {
529 return d.apiClient.TaskInspect(ctx, taskID, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected