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

@ -37,11 +37,6 @@ func (p tmpDB) Delete(key string) error {
return nil
}
func (p tmpDB) Compact() (string, error) {
p.intern.Truncate()
return "Truncate done", nil
}
func (p tmpDB) Items(page, pageSize int) ([]*Cert, error) {
return nil, fmt.Errorf("items not implemented for tmpDB")
}