Remove unused code
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package model
|
||||
|
||||
type ChecksumMap map[string]string
|
||||
|
||||
type ChecksumRepository interface {
|
||||
GetData() (ChecksumMap, error)
|
||||
SetData(newSums ChecksumMap) error
|
||||
}
|
||||
Reference in New Issue
Block a user