matterbridge/vendor/github.com/mattermost/mattermost-server/v5/model/gitlab.go

9 lines
175 B
Go
Raw Normal View History

2017-08-16 23:37:37 +02:00
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
2020-08-10 00:29:54 +02:00
// See LICENSE.txt for license information.
2016-05-21 14:14:08 +02:00
package model
const (
USER_AUTH_SERVICE_GITLAB = "gitlab"
)