Versions in this module Expand all Collapse all v1 v1.3.2 Mar 24, 2025 v1.3.1 Mar 24, 2025 Changes in this version + type Pushbullet struct + func New(apiToken string) *Pushbullet + func (pb *Pushbullet) AddReceivers(deviceNicknames ...string) + func (pb Pushbullet) Send(ctx context.Context, subject, message string) error + type SMS struct + func NewSMS(apiToken, deviceNickname string) (*SMS, error) + func (sms *SMS) AddReceivers(phoneNumbers ...string) + func (sms SMS) Send(ctx context.Context, subject, message string) error