package model type ConferenceInfo struct { ConfNum string `json:"confnum" binding:"required"` Channel string `json:"channel" binding:"required"` }