renamed base_repository to ledis_repository
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type artistRepository struct {
|
||||
baseRepository
|
||||
ledisRepository
|
||||
}
|
||||
|
||||
func NewArtistRepository() domain.ArtistRepository {
|
||||
|
||||
Reference in New Issue
Block a user