(ctx context.Context, container string, options ExecCreateOptions)
| 96 | |
| 97 | type ExecAPIClient interface { |
| 98 | ExecCreate(ctx context.Context, container string, options ExecCreateOptions) (ExecCreateResult, error) |
| 99 | ExecInspect(ctx context.Context, execID string, options ExecInspectOptions) (ExecInspectResult, error) |
| 100 | ExecResize(ctx context.Context, execID string, options ExecResizeOptions) (ExecResizeResult, error) |
| 101 |
no outgoing calls