summaryrefslogtreecommitdiffstats
path: root/model/system.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-15 11:16:26 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-15 11:16:26 -0700
commitde717aef56dfaa0b9b676ce82d4b9d7abdb12428 (patch)
treee35cbb702a1c6d508f3295865739186a1b3f44c9 /model/system.go
parentadc20981e2c370f09467d4fa249065d23f533a0a (diff)
downloadchat-de717aef56dfaa0b9b676ce82d4b9d7abdb12428.tar.gz
chat-de717aef56dfaa0b9b676ce82d4b9d7abdb12428.tar.bz2
chat-de717aef56dfaa0b9b676ce82d4b9d7abdb12428.zip
Marking when user ran the unit tests
Diffstat (limited to 'model/system.go')
-rw-r--r--model/system.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/model/system.go b/model/system.go
index 033f660b3..70db529d5 100644
--- a/model/system.go
+++ b/model/system.go
@@ -8,6 +8,12 @@ import (
"io"
)
+const (
+ SYSTEM_DIAGNOSTIC_ID = "DiagnosticId"
+ SYSTEM_RAN_UNIT_TESTS = "RanUnitTests"
+ SYSTEM_LAST_SECURITY_TIME = "LastSecurityTime"
+)
+
type System struct {
Name string `json:"name"`
Value string `json:"value"`