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

Method ConfigCreate

pkg/dryrun/dryrunclient.go:316–318  ·  view source on GitHub ↗
(ctx context.Context, options client.ConfigCreateOptions)

Source from the content-addressed store, hash-verified

314}
315
316func (d *DryRunClient) ConfigCreate(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error) {
317 return d.apiClient.ConfigCreate(ctx, options)
318}
319
320func (d *DryRunClient) ConfigRemove(ctx context.Context, id string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error) {
321 return d.apiClient.ConfigRemove(ctx, id, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected