package benefactoreparam type BenefactorExistByIDRequest struct { ID uint } type BenefactorExistByIDResponse struct { Existed bool }