Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChappIO/git-backup
/ RepositorySource
Interface
RepositorySource
repository.go:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
)
13
14
type
RepositorySource
interface
{
15
GetName() string
16
Test() error
17
ListRepositories() ([]*Repository, error)
18
}
19
20
type
Repository
struct
{
21
GitURL url.URL
Callers
3
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
Implementers
2
GithubConfig
github.go
GitLabConfig
gitlab.go
Calls
no outgoing calls
Tested by
no test coverage detected