Versions in this module Expand all Collapse all v1 v1.2.0-pre Jun 6, 2024 v1.1.5 Aug 23, 2024 Changes in this version + type Auction struct + Lottery Lottery + Meta MetaData + MetaType MetaType + Type AuctionType + type AuctionType int + const AuctionEnd + const AuctionIntent + const AuctionNew + const AuctionOffer + type Client interface + Close func() + List func() ([]string, error) + Peers func(...peerCore.ID) Client + Rare func() ([]string, error) + Stash func(cid string) (response.Response, error) + type Lottery struct + HoarderId string + Number uint64 + type MetaData struct + ApplicationId string + Branch string + ConfigId string + Match string + ProjectId string + type MetaType int + const Database + const Storage + type Service interface