summaryrefslogtreecommitdiffstats
path: root/model/system.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-11 16:53:32 -0800
committer=Corey Hulen <corey@hulen.com>2016-03-11 16:53:32 -0800
commit6fa6ea0af532f2b5fb57a1f22431103b1c9e6e27 (patch)
tree56d7fbfb65efbf9ecd55a9a66107a0ea8aa41ff9 /model/system.go
parent6d21a339dc3aedd373faacd5163462c76263ab07 (diff)
downloadchat-6fa6ea0af532f2b5fb57a1f22431103b1c9e6e27.tar.gz
chat-6fa6ea0af532f2b5fb57a1f22431103b1c9e6e27.tar.bz2
chat-6fa6ea0af532f2b5fb57a1f22431103b1c9e6e27.zip
PLT-2115 adding compliance interfaces
Diffstat (limited to 'model/system.go')
-rw-r--r--model/system.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/model/system.go b/model/system.go
index b387749f6..68d542c15 100644
--- a/model/system.go
+++ b/model/system.go
@@ -9,10 +9,11 @@ import (
)
const (
- SYSTEM_DIAGNOSTIC_ID = "DiagnosticId"
- SYSTEM_RAN_UNIT_TESTS = "RanUnitTests"
- SYSTEM_LAST_SECURITY_TIME = "LastSecurityTime"
- SYSTEM_ACTIVE_LICENSE_ID = "ActiveLicenseId"
+ SYSTEM_DIAGNOSTIC_ID = "DiagnosticId"
+ SYSTEM_RAN_UNIT_TESTS = "RanUnitTests"
+ SYSTEM_LAST_SECURITY_TIME = "LastSecurityTime"
+ SYSTEM_ACTIVE_LICENSE_ID = "ActiveLicenseId"
+ SYSTEM_LAST_COMPLIANCE_TIME = "LastComplianceTime"
)
type System struct {