MCPcopy
hub / github.com/semaphoreui/semaphore / BackupEntity

Interface BackupEntity

db/BackupEntity.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package db
2
3type BackupEntity interface {
4 GetID() int
5 GetName() string
6}
7
8type BackupSluggedEntity interface {
9 GetSlug() string

Callers 2

findNameByIDFunction · 0.65
RestoreMethod · 0.65

Implementers 9

Viewdb/View.go
Templatedb/Template.go
Inventorydb/Inventory.go
AccessKeydb/AccessKey.go
Repositorydb/Repository.go
Environmentdb/Environment.go
SecretStoragedb/SecretStorage.go
Roledb/Role.go
Runnerdb/Runner.go

Calls

no outgoing calls

Tested by

no test coverage detected