mirror of
https://github.com/elyby/chrly.git
synced 2024-11-19 11:43:06 +05:30
f120064fe3
Added tests to jwt package Reworked redis backend implementation Skin repository now have methods to remove skins by user id or username
6 lines
287 B
Bash
Executable File
6 lines
287 B
Bash
Executable File
#!/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
|