package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Dec 10, 2019
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 VerifyRequest struct {
Email string
}
type VerifyResponse struct {
Email string `json:"email"`
Username string `json:"username"`
Domain string `json:"domain"`
Result string `json:"result"`
Flags []string `json:"flags"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.