Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Shopify webhook handler. Syncs updates received via webhooks to the database.
func (*Service) ProvisionSubscriptions ¶
func (*Service) SetupRouter ¶
func (*Service) VerificationRequired ¶
type Subscriptions ¶
type Subscriptions struct {
// contains filtered or unexported fields
}
Subscriptions collects the subscriptions to Shopify webhooks.
func (*Subscriptions) ProvisionSubscriptions ¶
func (s *Subscriptions) ProvisionSubscriptions(topics []Topic) error
func (*Subscriptions) UnsubscribeFromAll ¶
func (s *Subscriptions) UnsubscribeFromAll() error
Click to show internal directories.
Click to hide internal directories.