Versions in this module Expand all Collapse all v0 v0.4.0 Feb 17, 2025 Changes in this version + type Division int + const Bantamweight + const Featherweight + const Flyweight + const Heavyweight + const Lightheavyweight + const Lightweight + const Middleweight + const Welterweight + const WomensBantamweight + const WomensFeatherweight + const WomensFlyweight + const WomensStrawweight + func (d Division) String() string + type Fighter struct + Age int8 + DebutTimestamp int + DivisionId Division + Draw int + FighterId int32 + FighterUrl string + FightingStyle string + Height float32 + Hometown string + ImageUrl string + LegReach float32 + Loses int + Name string + NickName string + OctagonDebut string + Reach float32 + Stats FighterStats + Status string + TrainsAt string + Weight float32 + Wins int + type FighterStats struct + AvgFightTime string + FighterId int32 + KnockdownAvg float32 + SigStrAbs float32 + SigStrDefense int8 + SigStrLanded float32 + StrAccuracy int + SubmissionAvg float32 + TakedownAvg float32 + TakedownDefense int8 + TkdAccuracy int + TotalSigStrAttempted int + TotalSigStrLanded int + TotalTkdAttempted int + TotalTkdLanded int + WinByDec int + WinByKO int + WinBySub int + type FightersCollection struct + Fighters []Fighter