style(go): format account usage service

This commit is contained in:
神乐
2026-03-06 21:31:36 +08:00
parent 1a2143c1fe
commit 5df3cafa99

View File

@@ -93,9 +93,9 @@ type antigravityUsageCache struct {
} }
const ( const (
apiCacheTTL = 3 * time.Minute apiCacheTTL = 3 * time.Minute
windowStatsCacheTTL = 1 * time.Minute windowStatsCacheTTL = 1 * time.Minute
openAIProbeCacheTTL = 10 * time.Minute openAIProbeCacheTTL = 10 * time.Minute
openAICodexProbeVersion = "0.104.0" openAICodexProbeVersion = "0.104.0"
) )