mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
make pogreb config and move code
This commit is contained in:
parent
513e79832a
commit
3166b05107
4 changed files with 30 additions and 12 deletions
|
@ -82,7 +82,7 @@ func (p aDB) sync() {
|
|||
}
|
||||
}
|
||||
|
||||
func New(path string) (CertDB, error) {
|
||||
func NewPogreb(path string) (CertDB, error) {
|
||||
if path == "" {
|
||||
return nil, fmt.Errorf("path not set")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue