mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Remove unused code
This commit is contained in:
parent
1f58bf47d6
commit
ed31b6fa31
4 changed files with 0 additions and 102 deletions
|
@ -1,8 +0,0 @@
|
|||
package model
|
||||
|
||||
type ChecksumMap map[string]string
|
||||
|
||||
type ChecksumRepository interface {
|
||||
GetData() (ChecksumMap, error)
|
||||
SetData(newSums ChecksumMap) error
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue