Rename domain to model
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type CheckSumRepository interface {
|
||||
Get(id string) (string, error)
|
||||
SetData(newSums map[string]string) error
|
||||
}
|
||||
Reference in New Issue
Block a user