package request type Msg struct { Msg string `json:"msg" form:"msg" validate:"required"` }