Indexes using slices instead of pointers of slice
This commit is contained in:
+1
-1
@@ -26,5 +26,5 @@ type ArtistIndexRepository interface {
|
||||
BaseRepository
|
||||
Put(m *ArtistIndex) error
|
||||
Get(id string) (*ArtistIndex, error)
|
||||
GetAll() (*ArtistIndexes, error)
|
||||
GetAll() (ArtistIndexes, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user