Documentation ¶
Index ¶
Constants ¶
View Source
const (
CryptoPunkRefreshDelay = time.Minute * 60 * 10
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BidScraper ¶
type BidScraper struct {
// contains filtered or unexported fields
}
type CryptoPunksScraper ¶
type CryptoPunksScraper struct {
// contains filtered or unexported fields
}
func NewCryptoPunksScraper ¶
func NewCryptoPunksScraper(rdb *models.RelDB) *CryptoPunksScraper
func (*CryptoPunksScraper) Close ¶
func (scraper *CryptoPunksScraper) Close() error
Close closes any existing API connections
func (*CryptoPunksScraper) FetchBids ¶
func (scraper *CryptoPunksScraper) FetchBids() error
func (*CryptoPunksScraper) GetBidChannel ¶
func (scraper *CryptoPunksScraper) GetBidChannel() chan dia.NFTBid
GetDataChannel returns the scrapers data channel.
type NFTBidScraper ¶
Click to show internal directories.
Click to hide internal directories.