move users service to app directory (#18257)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1934083291
Коммит
b66fd1f89e
@@ -40,6 +40,7 @@ import (
|
||||
"github.com/mattermost/mattermost-server/v6/app/featureflag"
|
||||
"github.com/mattermost/mattermost-server/v6/app/imaging"
|
||||
"github.com/mattermost/mattermost-server/v6/app/request"
|
||||
"github.com/mattermost/mattermost-server/v6/app/users"
|
||||
"github.com/mattermost/mattermost-server/v6/audit"
|
||||
"github.com/mattermost/mattermost-server/v6/config"
|
||||
"github.com/mattermost/mattermost-server/v6/einterfaces"
|
||||
@@ -58,7 +59,6 @@ import (
|
||||
"github.com/mattermost/mattermost-server/v6/services/timezones"
|
||||
"github.com/mattermost/mattermost-server/v6/services/tracing"
|
||||
"github.com/mattermost/mattermost-server/v6/services/upgrader"
|
||||
"github.com/mattermost/mattermost-server/v6/services/users"
|
||||
"github.com/mattermost/mattermost-server/v6/shared/filestore"
|
||||
"github.com/mattermost/mattermost-server/v6/shared/i18n"
|
||||
"github.com/mattermost/mattermost-server/v6/shared/mail"
|
||||
|
||||
Ссылка в новой задаче
Block a user