summaryrefslogtreecommitdiffstats
path: root/utils/diagnostic.go
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-07-06 10:11:21 -0800
committerChristopher Speller <crspeller@gmail.com>2016-07-06 14:11:21 -0400
commitb1520d0b9458d1dab09d9e3e05dd7522fc28ba57 (patch)
tree6500ca9d516ddf456eaf4edfe4b27617a7490bf8 /utils/diagnostic.go
parent26c91e73fef89b1d4a0ef04ef39589243d411752 (diff)
downloadchat-b1520d0b9458d1dab09d9e3e05dd7522fc28ba57.tar.gz
chat-b1520d0b9458d1dab09d9e3e05dd7522fc28ba57.tar.bz2
chat-b1520d0b9458d1dab09d9e3e05dd7522fc28ba57.zip
PLT-3512 adding join/leave channel to the CLI (#3498)
* PLT-3512 adding join/leave channel to the CLI * PLT-3512 adding list channels to the CLI * PLT-3512 adding restore channel * Adding make run-cli command * Updating txt * Fixing txt purposed by PMs
Diffstat (limited to 'utils/diagnostic.go')
-rw-r--r--utils/diagnostic.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/diagnostic.go b/utils/diagnostic.go
index ee199cb35..4c73d18f3 100644
--- a/utils/diagnostic.go
+++ b/utils/diagnostic.go
@@ -19,6 +19,7 @@ const (
PROP_DIAGNOSTIC_DATABASE = "db"
PROP_DIAGNOSTIC_OS = "os"
PROP_DIAGNOSTIC_USER_COUNT = "uc"
+ PROP_DIAGNOSTIC_TEAM_COUNT = "tc"
PROP_DIAGNOSTIC_ACTIVE_USER_COUNT = "auc"
PROP_DIAGNOSTIC_UNIT_TESTS = "ut"
)