Started the implementation of getMusicDirectory. Probably will need to introduce a new 'service' layer...
This commit is contained in:
@@ -3,4 +3,5 @@ package domain
|
||||
type BaseRepository interface {
|
||||
NewId(fields ...string) string
|
||||
CountAll() (int, error)
|
||||
Exists(id string) (bool, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user