MCPcopy Create free account
hub / github.com/git-bug/git-bug / Configure

Method Configure

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

Configure handle the user interaction and return a key/value configuration for future use.

(repo *cache.RepoCache, params BridgeParams, interactive bool)

Source from the content-addressed store, hash-verified

22 // Configure handle the user interaction and return a key/value configuration
23 // for future use.
24 Configure(repo *cache.RepoCache, params BridgeParams, interactive bool) (Configuration, error)
25
26 // The set of the BridgeParams fields supported
27 ValidParams() map[string]interface{}

Callers 1

ConfigureMethod · 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