Storm ChecksumsRepository complete.

This commit is contained in:
Deluan
2020-01-10 20:17:06 -05:00
committed by Deluan Quintão
parent 4f151a7409
commit c9be5f7201
7 changed files with 83 additions and 13 deletions
-1
View File
@@ -37,7 +37,6 @@ func NewItunesScanner(checksumRepo CheckSumRepository) *ItunesScanner {
}
type CheckSumRepository interface {
Put(id, sum string) error
Get(id string) (string, error)
SetData(newSums map[string]string) error
}