Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EmptyReposInfo = &ReposInfo{}
Functions ¶
This section is empty.
Types ¶
type ReposInfo ¶
type ReposInfo struct {
// contains filtered or unexported fields
}
func (*ReposInfo) ResolveCommitIndex ¶
type TestGitRepo ¶
type TestGitRepo struct { T *testing.T // RepoDirectory is the temp directory of the git repo RepoDirectory string // DatasetDirectory is the directory of the testdata files DatasetDirectory string // RepoName is the name of the repository RepoName string // Commits keeps track of the commit shas for the changes // to the repo. Commits []string }
TestGitRepo manages a local git repository for testing
Click to show internal directories.
Click to hide internal directories.