Documentation ¶ Index ¶ type VerifyCodeBeginResponse Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type VerifyCodeBeginResponse ¶ type VerifyCodeBeginResponse struct { // Code is supplied only if in development mode Code string `json:"code"` // Valid is true if we truely are doing a code verification Valid bool `json:"valid"` Email string `json:"email"` } Source Files ¶ View all Source files verify_code.go Click to show internal directories. Click to hide internal directories.