Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service interface { PeerInfo() (*peer.Info, error) ListBids(query bidstore.Query) ([]*bidstore.Bid, error) GetBid(ctx context.Context, id auction.BidID) (*bidstore.Bid, error) WriteDataURI(payloadCid, uri string) (string, error) SetPaused(paused bool) }
Service provides scoped access to the bidbot service.
Click to show internal directories.
Click to hide internal directories.