(ctx context.Context, req StartProcessRequest)
| 117 | RecreateDevcontainer(ctx context.Context, devcontainerID string) (codersdk.Response, error) |
| 118 | SignalProcess(ctx context.Context, id string, signal string) error |
| 119 | StartProcess(ctx context.Context, req StartProcessRequest) (StartProcessResponse, error) |
| 120 | LS(ctx context.Context, path string, req LSRequest) (LSResponse, error) |
| 121 | ResolvePath(ctx context.Context, path string) (string, error) |
| 122 | ReadFile(ctx context.Context, path string, offset, limit int64) (io.ReadCloser, string, error) |
no outgoing calls