This commit is contained in:
Deluan
2016-03-02 13:18:39 -05:00
parent 9d41f5a39f
commit 4843ccb46c
42 changed files with 150 additions and 160 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
package domain
type MediaFolder struct {
Id string
Id string
Name string
Path string
}
@@ -9,4 +9,3 @@ type MediaFolder struct {
type MediaFolderRepository interface {
GetAll() ([]MediaFolder, error)
}