Update vendor (github.com/mattermost)
This commit is contained in:
10
vendor/github.com/mattermost/mattermost-server/einterfaces/account_migration.go
generated
vendored
Normal file
10
vendor/github.com/mattermost/mattermost-server/einterfaces/account_migration.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
package einterfaces
|
||||
|
||||
import "github.com/mattermost/mattermost-server/model"
|
||||
|
||||
type AccountMigrationInterface interface {
|
||||
MigrateToLdap(fromAuthService string, forignUserFieldNameToMatch string, force bool) *model.AppError
|
||||
}
|
||||
Reference in New Issue
Block a user