Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubUtils ¶
type GithubUtils struct { Context context.Context GithubUser string GithubPersonalAccessToken string }
func (*GithubUtils) AuthURL ¶
func (o *GithubUtils) AuthURL(downloadURL string) string
func (*GithubUtils) ListGithubReleases ¶
func (o *GithubUtils) ListGithubReleases(owner string, repo string, action func(*github.RepositoryRelease) error) error
Click to show internal directories.
Click to hide internal directories.