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

Method Delete

agent/app/service/database_postgresql.go:38–38  ·  view source on GitHub ↗
(ctx context.Context, req dto.PostgresqlDBDelete)

Source from the content-addressed store, hash-verified

36 UpdateDescription(req dto.UpdateDescription) error
37 DeleteCheck(req dto.PostgresqlDBDeleteCheck) ([]dto.DBResource, error)
38 Delete(ctx context.Context, req dto.PostgresqlDBDelete) error
39}
40
41func NewIPostgresqlService() IPostgresqlService {

Callers 3

reCreatePostgresqlDBFunction · 0.95
deleteLinkFunction · 0.95
DeleteMethod · 0.65

Implementers 1

PostgresqlServiceagent/app/service/database_postgresql.

Calls

no outgoing calls

Tested by

no test coverage detected