mirror of
https://github.com/elyby/chrly.git
synced 2024-11-16 18:22:58 +05:30
855302ec60
Removed Accounts Ely.by api implementation
5 lines
201 B
Bash
Executable File
5 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mockgen -source=interfaces/repositories.go -destination=interfaces/mock_interfaces/mock_interfaces.go
|
|
mockgen -source=interfaces/auth.go -destination=interfaces/mock_interfaces/mock_auth.go
|