Handling request validation/authentication

This commit is contained in:
Deluan
2016-02-24 18:06:49 -05:00
parent 9a55fa1c64
commit 975327a6cb
14 changed files with 220 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package repositories
import "github.com/deluan/gosonic/models"
//import "github.com/deluan/gosonic/models"
//
//func AddMediaFile(m models.MediaFile) string {
// m.ID = "user_" + strconv.FormatInt(time.Now().UnixNano(), 10)
+3
View File
@@ -0,0 +1,3 @@
package repositories