summaryrefslogtreecommitdiffstats
path: root/model/gitlab.go
blob: 3dfb1016adcc46f917954027a57ce97b6c441bd2 (plain)
1
2
3
4
5
6
7
8
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package model

const (
	USER_AUTH_SERVICE_GITLAB = "gitlab"
)