mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-2115 adding compliance
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
|
||||
package einterfaces
|
||||
|
||||
import ()
|
||||
import (
|
||||
"github.com/mattermost/platform/model"
|
||||
)
|
||||
|
||||
type ComplianceInterface interface {
|
||||
StartComplianceDailyJob()
|
||||
RunComplianceJob(jobName string, dir string, filename string, startTime int64, endTime int64) *model.AppError
|
||||
}
|
||||
|
||||
var theComplianceInterface ComplianceInterface
|
||||
|
||||
Reference in New Issue
Block a user