From 33844fa60c5b432c4b6a4fb966be6e8f04627165 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 21 May 2016 14:14:08 +0200 Subject: Commit mattermost vendoring --- vendor/github.com/mattermost/platform/model/gitlab.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/github.com/mattermost/platform/model/gitlab.go (limited to 'vendor/github.com/mattermost/platform/model/gitlab.go') diff --git a/vendor/github.com/mattermost/platform/model/gitlab.go b/vendor/github.com/mattermost/platform/model/gitlab.go new file mode 100644 index 00000000..3dfb1016 --- /dev/null +++ b/vendor/github.com/mattermost/platform/model/gitlab.go @@ -0,0 +1,8 @@ +// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved. +// See License.txt for license information. + +package model + +const ( + USER_AUTH_SERVICE_GITLAB = "gitlab" +) -- cgit v1.2.3