From ab99f0656fabed8a62a8c6340be7d538cc7bf8d9 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Mon, 17 Sep 2018 15:51:26 +0100 Subject: MM-11781: Basic Data Export Command Line. (#9296) * MM-11781: Basic Data Export Command Line. * ChannelStore new unit tests. * TeamStore new unit tests. * Unit test for new UserStore function. * Unit tests for post store new methods. * Review fixes. * Fix duplicate command name. --- model/team.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'model/team.go') diff --git a/model/team.go b/model/team.go index 530c3fd6a..eadd05225 100644 --- a/model/team.go +++ b/model/team.go @@ -52,6 +52,11 @@ type TeamPatch struct { AllowOpenInvite *bool `json:"allow_open_invite"` } +type TeamForExport struct { + Team + SchemeName *string +} + type Invites struct { Invites []map[string]string `json:"invites"` } -- cgit v1.2.3-1-g7c22