MM-36271: Bump major version to 6.0 (#17973)
https://mattermost.atlassian.net/browse/MM-36271 ```release-note We bump the major version to 6.0 ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
33edd645c7
Коммит
c4b4e1bc38
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type ActiveUsersJobInterface interface {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type ExpiryNotifyJobInterface interface {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
package interfaces
|
||||
|
||||
import "github.com/mattermost/mattermost-server/v5/model"
|
||||
import "github.com/mattermost/mattermost-server/v6/model"
|
||||
|
||||
type ExportDeleteInterface interface {
|
||||
MakeWorker() model.Worker
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type ExportProcessInterface interface {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
package interfaces
|
||||
|
||||
import "github.com/mattermost/mattermost-server/v5/model"
|
||||
import "github.com/mattermost/mattermost-server/v6/model"
|
||||
|
||||
type ImportDeleteInterface interface {
|
||||
MakeWorker() model.Worker
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type ImportProcessInterface interface {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type IndexerJobInterface interface {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type MigrationsJobInterface interface {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type PluginsJobInterface interface {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"github.com/mattermost/mattermost-server/v5/model"
|
||||
"github.com/mattermost/mattermost-server/v6/model"
|
||||
)
|
||||
|
||||
type ProductNoticesJobInterface interface {
|
||||
|
||||
Ссылка в новой задаче
Block a user