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

Struct PostgresqlService

agent/app/service/database_postgresql.go:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type PostgresqlService struct{}
27
28type IPostgresqlService interface {
29 SearchWithPage(search dto.PostgresqlDBSearch) (int64, interface{}, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected