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

Struct DatabaseService

agent/app/service/database.go:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type DatabaseService struct{}
25
26type IDatabaseService interface {
27 Get(name string) (dto.DatabaseInfo, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected