Documentation
¶
Overview ¶
Package github provides GitHub-specific VCS functionality.
Package github provides GitHub-specific VCS functionality.
Index ¶
Constants ¶
View Source
const ( // DefaultPerPage is the default number of items to request per page. DefaultPerPage = 100 // DefaultTimeout is the default timeout for API requests. DefaultTimeout = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubVCS ¶
type GitHubVCS struct {
// contains filtered or unexported fields
}
GitHubVCS implements the VCS interface for GitHub.
func NewGitHubVCS ¶
NewGitHubVCS creates a new GitHubVCS instance.
Click to show internal directories.
Click to hide internal directories.