mirror of
https://github.com/elyby/chrly.git
synced 2024-12-23 21:50:03 +05:30
Added sh script to rebuild mocks for interfaces
This commit is contained in:
parent
ca4479252f
commit
b8c3cc6cf8
4
script/mocks
Executable file
4
script/mocks
Executable 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
|
Loading…
Reference in New Issue
Block a user