MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / BackupRepo

Struct BackupRepo

agent/app/repo/backup.go:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type BackupRepo struct{}
12
13type IBackupRepo interface {
14 Get(opts ...DBOption) (model.BackupAccount, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected