package adminaddressparam type AddressGetRequest struct { AddressID uint } type AddressGetResponse struct { Data Data }