bulletin_req.go 224 Bytes
package handler

type BulletinReq struct {
	GameID       string `json:"gameID" binding:"required"`
	ChannelName  string `json:"channelName" binding:"required"`
	PlatformName string `json:"platformName" binding:"required"`
}