liuxiongfeng
79fba9c8d3
refactor: consolidate failover logic into FailoverState
- Merge FailoverRetry/FailoverSwitch into single FailoverContinue action
- Extract HandleSelectionExhausted into FailoverState (was duplicated 3×)
- Move helper functions (needForceCacheBilling, sleepWithContext) into failover_loop.go
- Inline sleepFailoverDelay, replace sleepAntigravitySingleAccountBackoff with constant
- Delete gateway_handler_single_account_retry_test.go (tested removed function)
- Add 6 test cases for HandleSelectionExhausted
2026-02-11 04:54:05 +08:00
..
2026-02-10 03:47:40 +08:00
2026-02-07 12:31:10 +08:00
2026-02-11 04:54:05 +08:00
2026-01-01 01:43:20 +08:00
2026-02-02 22:13:50 +08:00
2026-02-10 11:42:39 +08:00
2026-02-10 10:28:34 +08:00
2026-02-10 11:42:39 +08:00
2026-02-09 11:40:37 +08:00
2026-02-11 01:41:34 +08:00
2026-02-02 22:13:50 +08:00
2026-02-02 22:13:50 +08:00
2026-01-16 17:05:49 +08:00