summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/mattermost-server/v6/model/gitlab.go
blob: c6233f1312e4a45c08f3fdf122657161185b0388 (plain) (blame)
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 (
	UserAuthServiceGitlab = "gitlab"
)