package types type Sport string const ( SportFootball Sport = "FOOTBALL" SportNba Sport = "NBA" SportBaseBall Sport = "BASEBALL" )