No need to expose implementations

This commit is contained in:
Deluan
2016-03-01 19:17:30 -05:00
parent 78805ac465
commit 6092076fad
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ func CreateMockArtistIndexRepo() *MockArtistIndex {
}
type MockArtistIndex struct {
repositories.ArtistIndexImpl
repositories.ArtistIndex
data []models.ArtistIndex
err bool
}