chrly/script/mocks

6 lines
287 B
Plaintext
Raw Normal View History

#!/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
mockgen -source=interfaces/auth.go -destination=interfaces/mock_interfaces/mock_auth.go