From de717aef56dfaa0b9b676ce82d4b9d7abdb12428 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 15 Oct 2015 11:16:26 -0700 Subject: Marking when user ran the unit tests --- model/system.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'model/system.go') 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"` -- cgit v1.2.3-1-g7c22