filters for SearchTerm

This commit is contained in:
Radu Ioan Fericean
2014-10-03 19:15:21 +03:00
parent e3277373fd
commit 732cd57538
3 changed files with 13 additions and 5 deletions

View File

@@ -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