conference.go 152 B

123456
  1. package model
  2. type ConferenceInfo struct {
  3. ConfNum string `json:"confnum" binding:"required"`
  4. Channel string `json:"channel" binding:"required"`
  5. }