package models type SaveDeal struct { AnswerID int64 DealID int32 AccessToken string }