(ctx context.Context, path string, req LSRequest)
| 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) |
| 123 | ReadFileLines(ctx context.Context, path string, offset, limit int64, limits ReadFileLinesLimits) (ReadFileLinesResponse, error) |
no outgoing calls