Associate main entities with library
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
package model
|
||||
|
||||
const (
|
||||
// TODO Move other prop keys to here
|
||||
PropLastScan = "LastScan"
|
||||
)
|
||||
|
||||
type PropertyRepository interface {
|
||||
Put(id string, value string) error
|
||||
Get(id string) (string, error)
|
||||
|
||||
Reference in New Issue
Block a user