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

Method ConfigList

pkg/dryrun/dryrunclient.go:308–310  ·  view source on GitHub ↗

Functions delegated to original APIClient (not used by Compose or not modifying the Compose stack)

(ctx context.Context, options client.ConfigListOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected