mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Another big refactor: Back to a single folder for persistence implementation
This commit is contained in:
parent
08e096c569
commit
a99c3a8af3
27 changed files with 177 additions and 171 deletions
|
@ -2,9 +2,7 @@ package persistence
|
|||
|
||||
import "reflect"
|
||||
|
||||
type ProviderIdentifier string
|
||||
|
||||
func CollectValue(collection interface{}, getValue func(item interface{}) string) []string {
|
||||
func collectField(collection interface{}, getValue func(item interface{}) string) []string {
|
||||
s := reflect.ValueOf(collection)
|
||||
result := make([]string, s.Len())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue