mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
filters for SearchTerm
This commit is contained in:
@@ -68,9 +68,7 @@ type Storage interface {
|
||||
GetKeysForPrefix(string) ([]string, error)
|
||||
}
|
||||
|
||||
/*
|
||||
Interface for storage providers.
|
||||
*/
|
||||
// Interface for storage providers.
|
||||
type RatingStorage interface {
|
||||
Storage
|
||||
CacheRating([]string, []string, []string, []string, []string) error
|
||||
|
||||
Reference in New Issue
Block a user