LoginMetaKey return the metadata key used to store the remote bug-tracker login on the user identity. The corresponding value is used to match identities and credentials.
(target string)
| 27 | // on the user identity. The corresponding value is used to match identities and |
| 28 | // credentials. |
| 29 | func LoginMetaKey(target string) (string, error) { |
| 30 | return core.LoginMetaKey(target) |
| 31 | } |
| 32 | |
| 33 | // Instantiate a new Bridge for a repo, from the given target and name |
| 34 | func NewBridge(repo *cache.RepoCache, target string, name string) (*core.Bridge, error) { |
no test coverage detected