(ctx context.Context, path string, offset, limit int64)
| 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) |
| 124 | WriteFile(ctx context.Context, path string, reader io.Reader) error |
| 125 | EditFiles(ctx context.Context, edits FileEditRequest) (FileEditResponse, error) |
no outgoing calls