Merge pull request #2254 from clcc2019/main

refactor: streamline usage reporting by consolidating record publishi…
This commit is contained in:
Luis Pater
2026-03-24 00:39:31 +08:00
committed by GitHub
5 changed files with 163 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ type Record struct {
AuthIndex string
Source string
RequestedAt time.Time
Latency time.Duration
Failed bool
Detail Detail
}