Implement content extraction job (#18022)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
758116f3e3
Коммит
a5463c8651
12
jobs/interfaces/extract_content_interface.go
Обычный файл
12
jobs/interfaces/extract_content_interface.go
Обычный файл
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type ExtractContentInterface interface {
|
||||
MakeWorker() model.Worker
|
||||
}
|
||||
Ссылка в новой задаче
Block a user