fix(lint): format gateway_service.go with gofmt

This commit is contained in:
bayma888
2026-02-03 20:55:17 +08:00
parent 0afc5d0b1a
commit 3fed478e4d

View File

@@ -4493,9 +4493,9 @@ type RecordUsageInput struct {
APIKey *APIKey APIKey *APIKey
User *User User *User
Account *Account Account *Account
Subscription *UserSubscription // 可选:订阅信息 Subscription *UserSubscription // 可选:订阅信息
UserAgent string // 请求的 User-Agent UserAgent string // 请求的 User-Agent
IPAddress string // 请求的客户端 IP 地址 IPAddress string // 请求的客户端 IP 地址
APIKeyService APIKeyQuotaUpdater // 可选用于更新API Key配额 APIKeyService APIKeyQuotaUpdater // 可选用于更新API Key配额
} }