Versions in this module Expand all Collapse all v0 v0.1.0 Jun 3, 2026 Changes in this version + func Connect(ctx context.Context, cfg plugin.ConnectConfig) (plugin.Session, error) + func Routes() []plugin.Route + type Plugin struct + func New() *Plugin + func (p *Plugin) Connect(ctx context.Context, cfg plugin.ConnectConfig) (plugin.Session, error) + func (p *Plugin) Manifest() plugin.Manifest + func (p *Plugin) Routes() []plugin.Route