Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
DatabaseRepo
struct
{}
15
16
type
IDatabaseRepo
interface
{
17
GetList(opts ...DBOption) ([]model.Database, error)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected