(ctx context.Context, execID string, options ExecStartOptions)
| 100 | ExecResize(ctx context.Context, execID string, options ExecResizeOptions) (ExecResizeResult, error) |
| 101 | |
| 102 | ExecStart(ctx context.Context, execID string, options ExecStartOptions) (ExecStartResult, error) |
| 103 | ExecAttach(ctx context.Context, execID string, options ExecAttachOptions) (ExecAttachResult, error) |
| 104 | } |
| 105 |
no outgoing calls