package model type Email struct { Email string `json:"email" form:"email"` Captcha string `json:"captcha" form:"captcha"` }