feat: implement system statistics tracking, commit management controllers, and associated database migrations
All checks were successful
Build and Release / release (push) Successful in 1m49s
All checks were successful
Build and Release / release (push) Successful in 1m49s
This commit is contained in:
@@ -88,3 +88,9 @@ func UsersEntityToResponse(users []*UserEntity) []*response.UserResponse {
|
||||
}
|
||||
return out
|
||||
}
|
||||
|
||||
type AdminUserActionPayload struct {
|
||||
Email string `json:"email"`
|
||||
Password string `json:"password"`
|
||||
Action string `json:"action"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user