Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContribHeadSha1Fetcher ¶
ContribHeadSha1Fetcher type alias for contrib head fetcher
type ContribSyncHandler ¶
ContribSyncHandler type alias for contrib sync handler
type MockContrib ¶
type MockContrib struct {
HeadSHA1 ContribHeadSha1Fetcher
SyncHandler ContribSyncHandler
}
MockContrib contrib mocking
func (*MockContrib) GetHeadSHA1 ¶
func (c *MockContrib) GetHeadSHA1() (string, error)
GetHeadSHA1 implement GetHeadSHA1
type RepoGetHeadSHA1 ¶
RepoGetHeadSHA1 type alias for get head sha1 from repo
type RepoListAllFiles ¶
RepoListAllFiles type alias for list all files from repo
Click to show internal directories.
Click to hide internal directories.