Remove unused code

This commit is contained in:
Deluan 2020-01-22 15:42:29 -05:00
parent 1f58bf47d6
commit ed31b6fa31
4 changed files with 0 additions and 102 deletions

View file

@ -1,8 +0,0 @@
package model
type ChecksumMap map[string]string
type ChecksumRepository interface {
GetData() (ChecksumMap, error)
SetData(newSums ChecksumMap) error
}