summaryrefslogtreecommitdiffstats
path: root/model/team.go
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-17 12:07:35 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-17 12:07:35 -0400
commit799215ee2278b162d4e113c498424fdda817e83b (patch)
treecff7f204fe24e9bcac2058823160031a575cdd80 /model/team.go
parent5a8f8397167cec8cba29b70bb7dbdda9ba0265f7 (diff)
downloadchat-799215ee2278b162d4e113c498424fdda817e83b.tar.gz
chat-799215ee2278b162d4e113c498424fdda817e83b.tar.bz2
chat-799215ee2278b162d4e113c498424fdda817e83b.zip
move valet feature switch to DB from config
Diffstat (limited to 'model/team.go')
-rw-r--r--model/team.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/team.go b/model/team.go
index a510cde78..5c66f3b1f 100644
--- a/model/team.go
+++ b/model/team.go
@@ -24,6 +24,7 @@ type Team struct {
Type string `json:"type"`
CompanyName string `json:"company_name"`
AllowedDomains string `json:"allowed_domains"`
+ AllowValet bool `json:"allow_valet"`
}
type Invites struct {