Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2026 Changes in this version + func NewAdapter(oauthToken string) (port.NotificationPort, error) + type Adapter struct + func (a *Adapter) NotifyMessage(title, message string) error + func (a *Adapter) NotifyPullRequests(notifications []*port.PRNotificationData) error + func (a *Adapter) SupportsClickActions() bool