Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { // FileSystem opens the repository file tree at a given commitID. FileSystem(commitID string) (http.FileSystem, error) }
Repository is a VCS repository.
Click to show internal directories.
Click to hide internal directories.