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

package model

const (
	USER_AUTH_SERVICE_GITLAB = "gitlab"
)