aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/bridge.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/core/bridge.go')
-rw-r--r--bridge/core/bridge.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/bridge/core/bridge.go b/bridge/core/bridge.go
index abb57ed7..645dac3d 100644
--- a/bridge/core/bridge.go
+++ b/bridge/core/bridge.go
@@ -19,7 +19,9 @@ var ErrImportNotSupported = errors.New("import is not supported")
var ErrExportNotSupported = errors.New("export is not supported")
const (
- KeyTarget = "target"
+ KeyTarget = "target"
+ KeyOrigin = "origin"
+
bridgeConfigKeyPrefix = "git-bug.bridge"
)