Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
db
2
3
type
BackupEntity
interface
{
4
GetID() int
5
GetName() string
6
}
7
8
type
BackupSluggedEntity
interface
{
9
GetSlug() string
Callers
2
findNameByID
Function · 0.65
Restore
Method · 0.65
Implementers
9
View
db/View.go
Template
db/Template.go
Inventory
db/Inventory.go
AccessKey
db/AccessKey.go
Repository
db/Repository.go
Environment
db/Environment.go
SecretStorage
db/SecretStorage.go
Role
db/Role.go
Runner
db/Runner.go
Calls
no outgoing calls
Tested by
no test coverage detected