(ctx context.Context, req dto.PostgresqlDBDelete)
| 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 | |
| 41 | func NewIPostgresqlService() IPostgresqlService { |
no outgoing calls
no test coverage detected