summaryrefslogtreecommitdiffstats
path: root/modules/migrations/github.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/migrations/github.go')
-rw-r--r--modules/migrations/github.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/migrations/github.go b/modules/migrations/github.go
index 178517ba42..4d832387ba 100644
--- a/modules/migrations/github.go
+++ b/modules/migrations/github.go
@@ -65,6 +65,7 @@ func (f *GithubDownloaderV3Factory) GitServiceType() structs.GitServiceType {
// GithubDownloaderV3 implements a Downloader interface to get repository informations
// from github via APIv3
type GithubDownloaderV3 struct {
+ base.NullDownloader
ctx context.Context
client *github.Client
repoOwner string