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