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,12 @@
with-expecter: false
packages:
github.com/mattermost/mattermost/server/v8/platform/services/sharedchannel:
config:
dir: "platform/services/sharedchannel"
inpackage: true
filename: "mock_{{.InterfaceName}}_test.go"
outpkg: "sharedchannel"
note: "Regenerate this file using `make sharedchannel-mocks`."
interfaces:
ServerIface:
AppIface: