package
Version:
v14.8.0
Opens a new window with list of versions in this module.
Published: Jul 5, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RequestBody struct {
KeyId string `json:"key_id,omitempty"`
UserId int64 `json:"user_id,omitempty"`
OTPAttempt string `json:"otp_attempt"`
}
type Response struct {
Success bool `json:"success"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.