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
+10
View File
@@ -0,0 +1,10 @@
package repositories
import "github.com/deluan/gosonic/models"
//
//func AddMediaFile(m models.MediaFile) string {
// m.ID = "user_" + strconv.FormatInt(time.Now().UnixNano(), 10)
// UserList[u.Id] = &u
// return u.Id
//}
//