♻️ Refactored cache system

This commit is contained in:
2024-09-22 13:13:05 +08:00
parent 648f10b25a
commit bbceb65dbf
7 changed files with 524 additions and 52 deletions

View File

@ -71,7 +71,6 @@ func (v AuthTicket) IsCanBeAvailble() error {
}
type AuthContext struct {
Ticket AuthTicket `json:"ticket"`
Account Account `json:"account"`
LastUsedAt time.Time `json:"last_used_at"`
Ticket AuthTicket `json:"ticket"`
Account Account `json:"account"`
}