Cleaning old data from artists indexes

This commit is contained in:
Deluan
2016-03-26 22:29:26 -04:00
parent 107321219a
commit 0e20910061
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -27,4 +27,5 @@ type ArtistIndexRepository interface {
Put(m *ArtistIndex) error
Get(id string) (*ArtistIndex, error)
GetAll() (ArtistIndexes, error)
DeleteAll() error
}