Preparing for new scanner

This commit is contained in:
Deluan
2020-01-14 21:51:35 -05:00
parent 02d642814b
commit 25686c1742
11 changed files with 31 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
package domain
type CheckSumRepository interface {
Get(id string) (string, error)
SetData(newSums map[string]string) error
}