Documentation ¶
Index ¶
- func ParseV2(str string, start string, end string) (result string)
- func WalmartCheckStockV1()
- func WalmartMonitorTask()
- type AmazonMonitor
- func (monitor *AmazonMonitor) AmazonCheckStock(client *http.Client, apiToken string) (bool, bool, bool, error)
- func (monitor *AmazonMonitor) AmazonCheckStockV2(client *http.Client, apiToken string) (bool, bool, bool, error)
- func (monitor *AmazonMonitor) AmazonMonitorTaskV2() (bool, error)
- func (monitor *AmazonMonitor) Cancel()
- func (monitor *AmazonMonitor) CreateSession(client *http.Client) error
- func (monitor *AmazonMonitor) GetApiToken(client *http.Client) (string, error)
- type BestbuyMonitor
- type HashList
- type NeweggMonitor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WalmartCheckStockV1 ¶
func WalmartCheckStockV1()
func WalmartMonitorTask ¶
func WalmartMonitorTask()
Types ¶
type AmazonMonitor ¶
type AmazonMonitor struct { Id string UserAgent string Proxy string UseProxy bool Price float64 PollingInterval int Sku string OfferId string LoggingDisabled bool Active bool }
func (*AmazonMonitor) AmazonCheckStock ¶
func (*AmazonMonitor) AmazonCheckStockV2 ¶
func (*AmazonMonitor) AmazonMonitorTaskV2 ¶
func (monitor *AmazonMonitor) AmazonMonitorTaskV2() (bool, error)
func (*AmazonMonitor) Cancel ¶
func (monitor *AmazonMonitor) Cancel()
func (*AmazonMonitor) CreateSession ¶
func (monitor *AmazonMonitor) CreateSession(client *http.Client) error
func (*AmazonMonitor) GetApiToken ¶
func (monitor *AmazonMonitor) GetApiToken(client *http.Client) (string, error)
type BestbuyMonitor ¶
type BestbuyMonitor struct { Id string UserAgent string Proxy string PollingInterval int Sku string LoggingDisabled bool Active bool }
func (*BestbuyMonitor) BestbuyCheckStock ¶
func (*BestbuyMonitor) BestbuyMonitorTask ¶
func (monitor *BestbuyMonitor) BestbuyMonitorTask() (bool, error)
func (*BestbuyMonitor) Cancel ¶
func (monitor *BestbuyMonitor) Cancel()
type NeweggMonitor ¶
type NeweggMonitor struct { Id string UserAgent string Proxy string PollingInterval int Sku string LoggingDisabled bool Active bool }
func (*NeweggMonitor) Cancel ¶
func (monitor *NeweggMonitor) Cancel()
func (*NeweggMonitor) NeweggMonitorTask ¶
func (monitor *NeweggMonitor) NeweggMonitorTask() (bool, error)
Click to show internal directories.
Click to hide internal directories.