Versions in this module Expand all Collapse all v0 v0.1.0 Jun 3, 2026 Changes in this version + func New() plugin.Plugin + func Routes() []plugin.Route + type Options struct + APIKey string + Endpoint string + PageLimit int + ReadOnly bool + TLSConfig *tls.Config + Timeout time.Duration + type Plugin struct + func (Plugin) Connect(ctx context.Context, cfg plugin.ConnectConfig) (plugin.Session, error) + func (Plugin) Manifest() plugin.Manifest + func (Plugin) Routes() []plugin.Route + type Session struct + func (s *Session) Close() error + func (s *Session) HealthCheck(ctx context.Context) error + func (s *Session) OpenChannel(context.Context, plugin.ChannelRequest) (plugin.Channel, error)