bulletin_req.go 224 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 package handler type BulletinReq struct { GameID string `json:"gameID" binding:"required"` ChannelName string `json:"channelName" binding:"required"` PlatformName string `json:"platformName" binding:"required"` }