Cleaning old data from artists indexes
This commit is contained in:
@@ -27,4 +27,5 @@ type ArtistIndexRepository interface {
|
||||
Put(m *ArtistIndex) error
|
||||
Get(id string) (*ArtistIndex, error)
|
||||
GetAll() (ArtistIndexes, error)
|
||||
DeleteAll() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user