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

Method Keyring

repository/repo.go:61–61  ·  view source on GitHub ↗

Keyring give access to a user-wide storage for secrets

()

Source from the content-addressed store, hash-verified

59type RepoKeyring interface {
60 // Keyring give access to a user-wide storage for secrets
61 Keyring() Keyring
62}
63
64// RepoCommon represent the common function we want all repos to implement

Callers 8

KeyringMethod · 0.65
LoadWithIdFunction · 0.65
LoadWithPrefixFunction · 0.65
ListFunction · 0.65
StoreFunction · 0.65
RemoveFunction · 0.65
loadPrivateMethod · 0.65
storePrivateMethod · 0.65

Implementers 4

RepoCachecache/repo_cache.go
mockRepoKeyringrepository/mock_repo.go
replaceKeyringrepository/keyring.go
GoGitReporepository/gogit.go

Calls

no outgoing calls

Tested by

no test coverage detected