Experiments with bleve, repositories and parsing itunes

This commit is contained in:
Deluan
2016-02-24 15:30:28 -05:00
parent c8b7695b09
commit 9a55fa1c64
8 changed files with 93 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
package scanners
import "github.com/deluan/gosonic/models"
type Scanner interface {
LoadFolder(path string) []models.MediaFile
}