Versions in this module Expand all Collapse all v0 v0.1.1 Mar 21, 2022 v0.1.0 Mar 20, 2022 Changes in this version + type ECDSASignature struct + R *big.Int + S *big.Int + type MercariItem struct + Buyer Name_Id_Unit + Condition Name_Id_Unit + Created int64 + ImageURL []string + Price int + ProductId string + ProductName string + Seller Name_Id_Unit + Shipping Name_Id_Unit + Status string + Updated int64 + func Mercari_search(name string, sort string, order string, status string, limit int, times int) ([]MercariItem, error) + func (item *MercariItem) GetProductURL() string + type Name_Id_Unit struct + Id int64 + Name string + type ResultData struct + Data []MercariItem + Meta ResultMetaData + type ResultMetaData struct + HasNext bool + NextPage int + Order string + Sort string