Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2022 Changes in this version + type AvailableGetRequest struct + AdvertiserID uint64 + Filtering *GetFiltering + Page int + PageSize int + func (r AvailableGetRequest) Encode() string + type AvailableGetResponse struct + Data *AvailableGetResponseData + type AvailableGetResponseData struct + PageInfo model.PageInfo + ProductList []Product + type GetFiltering struct + ProductIDs []uint64 + ProductName string + type Product struct + CategoryName string + DiscountHigherPrice float64 + DiscountLowerPrice float64 + DiscountPrice float64 + ID uint64 + Img string + Inventory int64 + MarketPrice float64 + Name string + ProductRate float64 + SaleTime string