mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
Drop: pogreb support
This commit is contained in:
parent
7b35a192bf
commit
089abd48de
11 changed files with 5 additions and 241 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue