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