Move request package into public/shared folder (#24420)

* move request package to public/shared

* updated app-layers

* update app layer

* remove original package location
Этот коммит содержится в:
Felipe Martin
2023-09-05 09:47:30 +02:00
коммит произвёл GitHub
родитель 01e7e96448
Коммит 9f7521d003
124 изменённых файлов: 125 добавлений и 124 удалений

Просмотреть файл

@@ -17,7 +17,7 @@ import (
"github.com/mattermost/mattermost/server/public/model"
"github.com/mattermost/mattermost/server/public/shared/mlog"
"github.com/mattermost/mattermost/server/v8/channels/app/request"
"github.com/mattermost/mattermost/server/public/shared/request"
)
func TestCreateCommand(t *testing.T) {