Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(fs afero.Fs, gh RepositoriesService) *Controller
type RepositoriesService ¶ added in v1.15.0
type RepositoriesService interface { Get(ctx context.Context, owner, repo string) (*github.Repository, *github.Response, error) GetLatestRelease(ctx context.Context, repoOwner, repoName string) (*github.RepositoryRelease, *github.Response, error) ListReleaseAssets(ctx context.Context, owner, repo string, id int64, opts *github.ListOptions) ([]*github.ReleaseAsset, *github.Response, error) }
Click to show internal directories.
Click to hide internal directories.