Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
e8efaa4c
Commit
e8efaa4c
authored
Apr 02, 2026
by
QTom
Browse files
style: gofmt struct field alignment
Co-Authored-By:
Claude Sonnet 4.6
<
noreply@anthropic.com
>
parent
00947d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/internal/service/openai_oauth_service.go
View file @
e8efaa4c
...
...
@@ -127,16 +127,16 @@ type OpenAIExchangeCodeInput struct {
// OpenAITokenInfo represents the token information for OpenAI
type
OpenAITokenInfo
struct
{
AccessToken
string
`json:"access_token"`
RefreshToken
string
`json:"refresh_token"`
IDToken
string
`json:"id_token,omitempty"`
ExpiresIn
int64
`json:"expires_in"`
ExpiresAt
int64
`json:"expires_at"`
ClientID
string
`json:"client_id,omitempty"`
Email
string
`json:"email,omitempty"`
ChatGPTAccountID
string
`json:"chatgpt_account_id,omitempty"`
ChatGPTUserID
string
`json:"chatgpt_user_id,omitempty"`
OrganizationID
string
`json:"organization_id,omitempty"`
AccessToken
string
`json:"access_token"`
RefreshToken
string
`json:"refresh_token"`
IDToken
string
`json:"id_token,omitempty"`
ExpiresIn
int64
`json:"expires_in"`
ExpiresAt
int64
`json:"expires_at"`
ClientID
string
`json:"client_id,omitempty"`
Email
string
`json:"email,omitempty"`
ChatGPTAccountID
string
`json:"chatgpt_account_id,omitempty"`
ChatGPTUserID
string
`json:"chatgpt_user_id,omitempty"`
OrganizationID
string
`json:"organization_id,omitempty"`
PlanType
string
`json:"plan_type,omitempty"`
SubscriptionExpiresAt
string
`json:"subscription_expires_at,omitempty"`
PrivacyMode
string
`json:"privacy_mode,omitempty"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment