package v1 type AddGateWayGroupRequest struct { Name string `json:"name" form:"name" binding:"required"` Comment string `json:"comment" form:"comment"` }