(ctx context.Context, repoID string, options CommitOptions)
| 60 | ListFiles(ctx context.Context, repoID, ref string) ([]string, error) |
| 61 | GetFile(ctx context.Context, repoID, path, ref string) (io.ReadCloser, error) |
| 62 | Commit(ctx context.Context, repoID string, options CommitOptions) (string, error) |
| 63 | Head(ctx context.Context, repoID, ref string) (string, error) |
| 64 | |
| 65 | // |
no outgoing calls