From 3fed478e4d6bc24afd24c9315656b1d083311b71 Mon Sep 17 00:00:00 2001 From: bayma888 Date: Tue, 3 Feb 2026 20:55:17 +0800 Subject: [PATCH] fix(lint): format gateway_service.go with gofmt --- backend/internal/service/gateway_service.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/internal/service/gateway_service.go b/backend/internal/service/gateway_service.go index aa3449c8..b5827a9e 100644 --- a/backend/internal/service/gateway_service.go +++ b/backend/internal/service/gateway_service.go @@ -4493,9 +4493,9 @@ type RecordUsageInput struct { APIKey *APIKey User *User Account *Account - Subscription *UserSubscription // 可选:订阅信息 - UserAgent string // 请求的 User-Agent - IPAddress string // 请求的客户端 IP 地址 + Subscription *UserSubscription // 可选:订阅信息 + UserAgent string // 请求的 User-Agent + IPAddress string // 请求的客户端 IP 地址 APIKeyService APIKeyQuotaUpdater // 可选:用于更新API Key配额 }