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

Struct DatabaseRepo

agent/app/repo/database.go:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type DatabaseRepo struct{}
15
16type IDatabaseRepo interface {
17 GetList(opts ...DBOption) ([]model.Database, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected