Added sh script to rebuild mocks for interfaces

This commit is contained in:
ErickSkrauch 2018-01-20 21:23:05 +03:00
parent ca4479252f
commit b8c3cc6cf8
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

4
script/mocks Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
mockgen -source=interfaces/repositories.go -destination=interfaces/mock_interfaces/mock_interfaces.go
mockgen -source=interfaces/api.go -destination=interfaces/mock_interfaces/mock_api.go