* store mocks

* add example
Этот коммит содержится в:
Chris
2017-10-26 11:36:54 -05:00
коммит произвёл GitHub
родитель ab7e5b35d8
Коммит 6f6005c617
30 изменённых файлов: 6949 добавлений и 1 удалений

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

@@ -271,6 +271,10 @@ gofmt:
done
@echo "gofmt success"; \
store-mocks:
go get github.com/vektra/mockery/...
mockery -dir store -all -output store/storetest/mocks -note 'Regenerate this file using `make store-mocks`.'
check-licenses:
./scripts/license-check.sh $(TE_PACKAGES) $(EE_PACKAGES)