Implemented ProperyRepository. Now the Scanner stores the LastScan timestamp
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Property struct {
|
||||
Id string
|
||||
Value string
|
||||
}
|
||||
Reference in New Issue
Block a user