Updated all Destinations caching to datamanager

This commit is contained in:
Trial97
2020-12-04 15:00:33 +02:00
committed by Dan Christian Bogos
parent 114e8e9504
commit e56d86de98
23 changed files with 245 additions and 530 deletions

View File

@@ -75,7 +75,7 @@ func (self *SQLStorage) GetKeysForPrefix(prefix string) ([]string, error) {
return nil, utils.ErrNotImplemented
}
func (self *SQLStorage) RebuildReverseForPrefix(prefix string) error {
func (SQLStorage) RemoveKeysForPrefix(string) error {
return utils.ErrNotImplemented
}