Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHub ¶
type GitHub struct {
// contains filtered or unexported fields
}
func New ¶
func New(repositoriesService RepositoriesService, limiter *rate.Limiter, owner string) *GitHub
func (*GitHub) Fetch ¶
func (g *GitHub) Fetch(ctx context.Context, repo string) (repository.Repository, error)
type RepositoriesService ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func (*Repository) GetProjectWebsiteOrFallback ¶
func (r *Repository) GetProjectWebsiteOrFallback(fallback string) string
func (*Repository) GetRepoRoot ¶
func (r *Repository) GetRepoRoot() string
Click to show internal directories.
Click to hide internal directories.