style: gofmt struct field alignment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -127,16 +127,16 @@ type OpenAIExchangeCodeInput struct {
|
|||||||
|
|
||||||
// OpenAITokenInfo represents the token information for OpenAI
|
// OpenAITokenInfo represents the token information for OpenAI
|
||||||
type OpenAITokenInfo struct {
|
type OpenAITokenInfo struct {
|
||||||
AccessToken string `json:"access_token"`
|
AccessToken string `json:"access_token"`
|
||||||
RefreshToken string `json:"refresh_token"`
|
RefreshToken string `json:"refresh_token"`
|
||||||
IDToken string `json:"id_token,omitempty"`
|
IDToken string `json:"id_token,omitempty"`
|
||||||
ExpiresIn int64 `json:"expires_in"`
|
ExpiresIn int64 `json:"expires_in"`
|
||||||
ExpiresAt int64 `json:"expires_at"`
|
ExpiresAt int64 `json:"expires_at"`
|
||||||
ClientID string `json:"client_id,omitempty"`
|
ClientID string `json:"client_id,omitempty"`
|
||||||
Email string `json:"email,omitempty"`
|
Email string `json:"email,omitempty"`
|
||||||
ChatGPTAccountID string `json:"chatgpt_account_id,omitempty"`
|
ChatGPTAccountID string `json:"chatgpt_account_id,omitempty"`
|
||||||
ChatGPTUserID string `json:"chatgpt_user_id,omitempty"`
|
ChatGPTUserID string `json:"chatgpt_user_id,omitempty"`
|
||||||
OrganizationID string `json:"organization_id,omitempty"`
|
OrganizationID string `json:"organization_id,omitempty"`
|
||||||
PlanType string `json:"plan_type,omitempty"`
|
PlanType string `json:"plan_type,omitempty"`
|
||||||
SubscriptionExpiresAt string `json:"subscription_expires_at,omitempty"`
|
SubscriptionExpiresAt string `json:"subscription_expires_at,omitempty"`
|
||||||
PrivacyMode string `json:"privacy_mode,omitempty"`
|
PrivacyMode string `json:"privacy_mode,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user