Documentation ¶ Index ¶ func DownloadArchive(repo string, commitHash string, ...) (string, error) func GetAuthHeader() string func GetCommit(repo string, ref string) (string, error) type RepoData func NewRepoData(source string) (*RepoData, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DownloadArchive ¶ func DownloadArchive(repo string, commitHash string, progressWriterFunc iowriters.ProgressWriterFunc) (string, error) func GetAuthHeader ¶ added in v0.2.3 func GetAuthHeader() string func GetCommit ¶ func GetCommit(repo string, ref string) (string, error) Types ¶ type RepoData ¶ added in v0.2.3 type RepoData struct { Repo string SubDirectoryToCopy string Ref string } func NewRepoData ¶ added in v0.2.3 func NewRepoData(source string) (*RepoData, error) Source Files ¶ View all Source files githubservice.gorepodata.go Click to show internal directories. Click to hide internal directories.