Making sure the repositories implement their full interfaces
This commit is contained in:
@@ -31,3 +31,5 @@ func (r *artistRepository) GetByName(name string) (*domain.Artist, error) {
|
||||
id := r.NewId(name)
|
||||
return r.Get(id)
|
||||
}
|
||||
|
||||
var _ domain.ArtistRepository = (*artistRepository)(nil)
|
||||
Reference in New Issue
Block a user