package
Version:
v1.3.28
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: GPL-3.0
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 ErrorMessage struct {
ErrorCode int `json:"error_code"`
Description string `json:"description"`
ErrorMsg string `json:"error_msg"`
UserMsg string `json:"user_msg"`
ErrorLevel string `json:"error_level"`
}
type GoogleCallbackData struct {
Email string `json:"email"`
Name string `json:"name"`
Picture string `json:"picture"`
VerifiedEmail bool `json:"verified_email"`
ID string `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.