PLT-7705: API to get data retention policy. (#7539)
* PLT-7705: API to get data retention policy. * Fix review comments.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9bc7af0c57
Коммит
76bd1bb212
12
einterfaces/data_retention.go
Обычный файл
12
einterfaces/data_retention.go
Обычный файл
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
package einterfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/model"
|
||||
)
|
||||
|
||||
type DataRetentionInterface interface {
|
||||
GetPolicy() (*model.DataRetentionPolicy, *model.AppError)
|
||||
}
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/mattermost/mattermost-server/model"
|
||||
)
|
||||
|
||||
type DataRetentionInterface interface {
|
||||
type DataRetentionJobInterface interface {
|
||||
MakeWorker() model.Worker
|
||||
MakeScheduler() model.Scheduler
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user