(ctx context.Context, user string)
| 37 | type RepoClient interface { |
| 38 | GetLatestRelease(ctx context.Context, owner, repo string) (*github.RepositoryRelease, *github.Response, error) |
| 39 | GetArchiveLink( |
| 40 | ctx context.Context, |
| 41 | owner, repo string, |
| 42 | archiveformat github.ArchiveFormat, |
no outgoing calls