package
Version:
v0.0.0-...-693f06b
Opens a new window with list of versions in this module.
Published: Dec 14, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Data []any `json:"data,omitempty"`
}
type GoogleUserInfo struct {
ID string `json:"id"`
Email string `json:"email"`
VerifiedEmail bool `json:"verified_email"`
Picture string `json:"picture"`
}
type Oauth2Response struct {
Url string `json:"url"`
}
type StatusResponse struct {
Status string `json:"status"`
}
type TokensResponse struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token,omitempty"`
}
type User struct {
Id int64 `json:"id"`
Login string `json:"login"`
Email string `json:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.