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

Method ExecResize

pkg/dryrun/dryrunclient.go:344–346  ·  view source on GitHub ↗
(ctx context.Context, execID string, options client.ExecResizeOptions)

Source from the content-addressed store, hash-verified

342}
343
344func (d *DryRunClient) ExecResize(ctx context.Context, execID string, options client.ExecResizeOptions) (client.ExecResizeResult, error) {
345 return d.apiClient.ExecResize(ctx, execID, options)
346}
347
348func (d *DryRunClient) ContainerExport(ctx context.Context, container string, options client.ContainerExportOptions) (client.ContainerExportResult, error) {
349 return d.apiClient.ContainerExport(ctx, container, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected