(ctx context.Context, serviceID string, options client.ServiceLogsOptions)
| 518 | } |
| 519 | |
| 520 | func (d *DryRunClient) ServiceLogs(ctx context.Context, serviceID string, options client.ServiceLogsOptions) (client.ServiceLogsResult, error) { |
| 521 | return d.apiClient.ServiceLogs(ctx, serviceID, options) |
| 522 | } |
| 523 | |
| 524 | func (d *DryRunClient) TaskLogs(ctx context.Context, taskID string, options client.TaskLogsOptions) (client.TaskLogsResult, error) { |
| 525 | return d.apiClient.TaskLogs(ctx, taskID, options) |
nothing calls this directly
no outgoing calls
no test coverage detected