Functions delegated to original APIClient (not used by Compose or not modifying the Compose stack)
(ctx context.Context, options client.ConfigListOptions)
| 306 | // Functions delegated to original APIClient (not used by Compose or not modifying the Compose stack) |
| 307 | |
| 308 | func (d *DryRunClient) ConfigList(ctx context.Context, options client.ConfigListOptions) (client.ConfigListResult, error) { |
| 309 | return d.apiClient.ConfigList(ctx, options) |
| 310 | } |
| 311 | |
| 312 | func (d *DryRunClient) ConfigInspect(ctx context.Context, name string, options client.ConfigInspectOptions) (client.ConfigInspectResult, error) { |
| 313 | return d.apiClient.ConfigInspect(ctx, name, options) |
nothing calls this directly
no outgoing calls
no test coverage detected