package benefactoreparam type BenefactroInfo struct { ID uint `json:"id" example:"1"` FirstName string `json:"first_name" example:"mehdi"` LastName string `json:"last_name" example:"rez"` Role string `json:"role" example:"benefactor"` }