Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubRemoteRepository ¶
type GitHubRemoteRepository struct {
// contains filtered or unexported fields
}
func NewGitHubRemoteRepository ¶
func NewGitHubRemoteRepository(token string) *GitHubRemoteRepository
func (*GitHubRemoteRepository) PullCommits ¶
func (*GitHubRemoteRepository) PushCommits ¶
type GithubReleaseRepository ¶
type GithubReleaseRepository struct {
// contains filtered or unexported fields
}
func NewGithubReleaseRepository ¶
func NewGithubReleaseRepository() *GithubReleaseRepository
func (*GithubReleaseRepository) GetLatestRelease ¶
func (r *GithubReleaseRepository) GetLatestRelease() (entity.Release, error)
Click to show internal directories.
Click to hide internal directories.