"git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "e31051f2ebb40c8f5831edde9c7135f2ef4d8893"
Commit 3fed478e authored by bayma888's avatar bayma888
Browse files

fix(lint): format gateway_service.go with gofmt

parent 0afc5d0b
...@@ -4493,9 +4493,9 @@ type RecordUsageInput struct { ...@@ -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配额
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment