Implemented ProperyRepository. Now the Scanner stores the LastScan timestamp

This commit is contained in:
Deluan 2016-03-01 14:40:26 -05:00
parent 1ceefda6ca
commit 841d8f457f
10 changed files with 178 additions and 38 deletions

5
consts/properties.go Normal file
View file

@ -0,0 +1,5 @@
package consts
const (
LastScan = "LastScan"
)