package adminaddressparam import "git.gocasts.ir/ebhomengo/niki/entity" type AddressGetRequest struct { AddressID uint } type AddressGetResponse struct { Address entity.Address }