Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func (Notifier) Notify ¶
func (n Notifier) Notify(results []stores.StockCheckResult)
type StoresChecker ¶
type StoresChecker struct {
// contains filtered or unexported fields
}
func NewStoresChecker ¶
func NewStoresChecker(c config.Config, l *zap.Logger) StoresChecker
func (StoresChecker) CheckStores ¶
func (s StoresChecker) CheckStores(storesSlice []stores.Store) []stores.StockCheckResult
type TwilioClient ¶
type TwilioClient struct {
// contains filtered or unexported fields
}
func NewTwilioClient ¶
func NewTwilioClient(c config.Config) TwilioClient
func (TwilioClient) Send ¶
func (c TwilioClient) Send(body string) error
Click to show internal directories.
Click to hide internal directories.