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