Removed unused code
This commit is contained in:
@@ -9,7 +9,6 @@ type ArtistRepository interface {
|
||||
BaseRepository
|
||||
Put(m *Artist) error
|
||||
Get(id string) (*Artist, error)
|
||||
GetByName(name string) (*Artist, error)
|
||||
PurgeInactive(active Artists) ([]string, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user