mirror of
https://github.com/EZ-Api/ez-api.git
synced 2026-01-13 17:47:51 +00:00
refactor(service): remove legacy routing and unused code
Removes the legacy route table maintenance logic from the sync service that populated deprecated Redis keys. Additionally, deletes the unused TokenService and KeyDTO files to reduce technical debt.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package dto
|
||||
|
||||
// KeyDTO defines payload for key creation/update.
|
||||
type KeyDTO struct {
|
||||
Group string `json:"group"`
|
||||
KeySecret string `json:"key_secret"`
|
||||
Balance float64 `json:"balance"`
|
||||
Status string `json:"status"`
|
||||
Weight int `json:"weight"`
|
||||
}
|
||||
Reference in New Issue
Block a user