This commit is contained in:
DanB
2014-10-03 20:36:09 +02:00
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