MCPcopy Index your code
hub / github.com/git-bug/git-bug / Target

Method Target

bridge/core/interfaces.go:14–14  ·  view source on GitHub ↗

Target return the target of the bridge (e.g.: "github")

()

Source from the content-addressed store, hash-verified

12type BridgeImpl interface {
13 // Target return the target of the bridge (e.g.: "github")
14 Target() string
15
16 // NewImporter return an Importer implementation if the import is supported
17 NewImporter() Importer

Callers 6

RegisterFunction · 0.65
validateParamsFunction · 0.65
BridgeAuthFunction · 0.65
runBridgeAuthFunction · 0.65
runBridgeAuthShowFunction · 0.65
ComplexityMethod · 0.65

Implementers 4

Githubbridge/github/github.go
Launchpadbridge/launchpad/launchpad.go
Gitlabbridge/gitlab/gitlab.go
Jirabridge/jira/jira.go

Calls

no outgoing calls

Tested by

no test coverage detected