Documentation
¶
Index ¶
- func CreateGitHubRepository(ctx context.Context, client *github.Client, owner, name string) (*github.Repository, *github.Response, error)
- func GetLatestRelease(ctx context.Context, client *github.Client, owner, repo string) (*github.RepositoryRelease, *github.Response, error)
- func GetOrganizationTeams(ctx context.Context, client *github.Client, org string) ([]*github.Team, *github.Response, error)
- func GetReleaseByTag(ctx context.Context, client *github.Client, owner, repo, tag string) (*github.RepositoryRelease, *github.Response, error)
- func GetReleaseByTagOrLatest(ctx context.Context, client *github.Client, owner, repo, tag string) (*github.RepositoryRelease, *github.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGitHubRepository ¶
func CreateGitHubRepository(ctx context.Context, client *github.Client, owner, name string) (*github.Repository, *github.Response, error)
CreateGitHubRepository creates a new GitHub repository
func GetLatestRelease ¶
func GetOrganizationTeams ¶ added in v0.18.1
func GetReleaseByTag ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.