Migrate mockery to packages feature (#29013)

Этот коммит содержится в:
Nicolas Le Cam
2024-11-07 12:48:11 +01:00
коммит произвёл GitHub
родитель 5ebdea506f
Коммит c90e562528
12 изменённых файлов: 132 добавлений и 14 удалений

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

@@ -0,0 +1,10 @@
with-expecter: false
packages:
github.com/mattermost/mattermost/server/v8/platform/shared/filestore:
config:
all: true
dir: "platform/shared/filestore/mocks"
filename: "{{.InterfaceName}}.go"
mockname: "{{.InterfaceName}}"
outpkg: "mocks"
note: "Regenerate this file using `make filestore-mocks`."