package models type ValidateCaptcha struct { Id string `json:"id" validate:"required"` Solution string `json:"solution" validate:"required"` }