# Functions

DeleteFighterData deletes all records from the fighters and fighter_stats tables.
Execute runs the root command for the Fighters service.
ReadFighterData reads fighter data from a JSON file and returns a slice of model.Fighter.
WriteFighterData writes fighter data to a PostgreSQL database using the provided context, and a slice of model.Fighter.