package adminrefertimeparam type GetReferTimeRequest struct { ReferTimeID uint } type GetReferTimeResponse struct { Data Data }