mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 05:27:44 +00:00
Update vendor (github.com/mattermost)
This commit is contained in:
13
vendor/github.com/mattermost/mattermost-server/einterfaces/jobs/ldap_sync.go
generated
vendored
Normal file
13
vendor/github.com/mattermost/mattermost-server/einterfaces/jobs/ldap_sync.go
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
package jobs
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/model"
|
||||
)
|
||||
|
||||
type LdapSyncInterface interface {
|
||||
MakeWorker() model.Worker
|
||||
MakeScheduler() model.Scheduler
|
||||
}
|
Reference in New Issue
Block a user