MCPcopy Create free account
hub / github.com/ChappIO/git-backup / GetName

Method GetName

repository.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type RepositorySource interface {
15 GetName() string
16 Test() error
17 ListRepositories() ([]*Repository, error)
18}

Callers 1

mainFunction · 0.65

Implementers 2

GithubConfiggithub.go
GitLabConfiggitlab.go

Calls

no outgoing calls

Tested by

no test coverage detected