Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) ExistingPGOFileURL ¶
ExistingPGOFileURL searches for the Options.Filename in the repository. Returns a signed URL to download it.
type Options ¶
type Options struct {
Repo Repository
Filename string
MainBranch string
}
type Repository ¶
func ParseRepoURL ¶
func ParseRepoURL(repoURL string) Repository
ParseRepoURL from the format https://github.com/your-org/your-repo.
Click to show internal directories.
Click to hide internal directories.