Remove backup file

This commit is contained in:
andrea 2023-10-18 13:57:36 +02:00
parent a5392a9f1e
commit 4878bf5e18

View file

@ -1,9 +0,0 @@
package db
type DBProboCollectorStore struct {
Path string
}
func (s *DBProboCollectorStore) NewDBProboCollectorStore(path string) (*DBProboCollectorStore, error) {
return nil, nil
}