Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(repo *git.Repository, mountpoint string)
Types ¶
type BranchHistoriesDir ¶
type BranchHistoriesDir struct {
// contains filtered or unexported fields
}
func (*BranchHistoriesDir) ReadDirAll ¶
type BranchHistoryDir ¶
type BranchHistoryDir struct {
// contains filtered or unexported fields
}
func (*BranchHistoryDir) ReadDirAll ¶
type BranchesDir ¶
type BranchesDir struct {
// contains filtered or unexported fields
}
func (*BranchesDir) ReadDirAll ¶
type CommitsCache ¶
type CommitsCache struct {
// contains filtered or unexported fields
}
type CommitsDir ¶
type CommitsDir struct {
// contains filtered or unexported fields
}
func (*CommitsDir) ReadDirAll ¶
type CommitsPrefixDir ¶
type CommitsPrefixDir struct {
// contains filtered or unexported fields
}
func (*CommitsPrefixDir) ReadDirAll ¶
type CommitsPrefixDir2 ¶
type CommitsPrefixDir2 struct {
// contains filtered or unexported fields
}
func (*CommitsPrefixDir2) ReadDirAll ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS implements the hello world file system.
func New ¶
func New(repo *git.Repository) *FS
type GitTree ¶
type GitTree struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.