Optimized import, only updating changed data and purging old data
This commit is contained in:
@@ -10,6 +10,7 @@ type ArtistRepository interface {
|
||||
Put(m *Artist) error
|
||||
Get(id string) (*Artist, error)
|
||||
GetByName(name string) (*Artist, error)
|
||||
PurgeInactive(active *Artists) error
|
||||
}
|
||||
|
||||
type Artists []Artist
|
||||
|
||||
Reference in New Issue
Block a user