Drop: pogreb support

This commit is contained in:
6543 2023-02-10 03:59:20 +01:00
parent 7b35a192bf
commit 089abd48de
11 changed files with 5 additions and 241 deletions

View file

@ -14,8 +14,6 @@ type CertDB interface {
Get(name string) (*certificate.Resource, error)
Delete(key string) error
Items(page, pageSize int) ([]*Cert, error)
// Compact deprecated // TODO: remove in next version
Compact() (string, error)
}
type Cert struct {