Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2023 Changes in this version + type Response struct + SellercatsListGetResult Result + func (t *Response) WrapResult(result string) + type Result struct + RequestID string + SellerCats SellerCats + type SellerCat struct + Cid int64 + Name string + ParentCid int64 + PicURL string + SortOrder int64 + Type string + type SellerCats struct + SellerCat []SellerCat