summaryrefslogtreecommitdiffstatshomepage
path: root/bridge/gitlab/export.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-15 15:51:16 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-15 15:51:16 +0100
commit0bb9ed9b0e6a53fd668be0c60127af78ddd061b5 (patch)
tree72efd9bdbf1ecdda60cdeaab561a5fc36b032871 /bridge/gitlab/export.go
parentcfa005889a7d398ee71eac4a6d4b23a691a7ef2a (diff)
parent157e10f2e1d49748f62e210cadc088ecae9f3dfc (diff)
downloadgit-bug-0bb9ed9b0e6a53fd668be0c60127af78ddd061b5.tar.gz
git-bug-0bb9ed9b0e6a53fd668be0c60127af78ddd061b5.zip
Merge remote-tracking branch 'origin/master' into cheshirekow-jira
Diffstat (limited to 'bridge/gitlab/export.go')
-rw-r--r--bridge/gitlab/export.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/export.go b/bridge/gitlab/export.go
index 156aabaa..918e6b5e 100644
--- a/bridge/gitlab/export.go
+++ b/bridge/gitlab/export.go
@@ -38,7 +38,7 @@ type gitlabExporter struct {
}
// Init .
-func (ge *gitlabExporter) Init(repo *cache.RepoCache, conf core.Configuration) error {
+func (ge *gitlabExporter) Init(_ context.Context, repo *cache.RepoCache, conf core.Configuration) error {
ge.conf = conf
ge.identityClient = make(map[entity.Id]*gitlab.Client)
ge.cachedOperationIDs = make(map[string]string)