[MM-2307] Move plugin helpers from mattermost-server repository into mattermost-plugin-api (#17870)

Этот коммит содержится в:
Ben Schumacher
2021-08-06 11:54:56 +02:00
коммит произвёл GitHub
родитель 28137b3048
Коммит bf1f60d309
19 изменённых файлов: 67 добавлений и 2801 удалений

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

@@ -303,7 +303,6 @@ plugin-mocks: ## Creates mock files for plugins.
$(GO) get -modfile=go.tools.mod github.com/vektra/mockery/...
$(GOBIN)/mockery -dir plugin -name API -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.'
$(GOBIN)/mockery -dir plugin -name Hooks -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.'
$(GOBIN)/mockery -dir plugin -name Helpers -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.'
$(GOBIN)/mockery -dir plugin -name Driver -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.'
einterfaces-mocks: ## Creates mock files for einterfaces.