This is needed for plugin clients to mock tests.

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2021-06-21 12:48:17 +05:30
коммит произвёл GitHub
родитель faf9e8725b
Коммит df224571d8
2 изменённых файлов: 364 добавлений и 0 удалений

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

@@ -301,6 +301,7 @@ plugin-mocks: ## Creates mock files for plugins.
$(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.
$(GO) get -modfile=go.tools.mod github.com/vektra/mockery/...