Versions in this module Expand all Collapse all v0 v0.2.2 Apr 24, 2026 v0.2.1 Apr 21, 2026 Changes in this version + type Adapter struct + func New(secret string) *Adapter + func NewNamed(name, secret string) *Adapter + func (a *Adapter) Channels() []gateway.ChannelInfo + func (a *Adapter) HTTPHandler() http.Handler + func (a *Adapter) Name() string + func (a *Adapter) Start(_ context.Context, handler func(gateway.Notification)) error + func (a *Adapter) Status() gateway.AdapterStatus + func (a *Adapter) Stop() error + func (a *Adapter) Type() gateway.AdapterType