Versions in this module Expand all Collapse all v1 v1.26.7 Apr 20, 2026 v1.26.6 Mar 12, 2026 Changes in this version + type Factory struct + func NewFactory(cfg config.Config, accountQuerier *account_querier.Querier, ...) *Factory + func (f *Factory) New(logger *slog.Logger, installationID plugin.InstallationID, ...) *Handler + type Handler struct + func New(logger *slog.Logger, installationID plugin.InstallationID, ...) *Handler + func (h *Handler) Handle(ctx context.Context, req rpc.PluginToHostRequestUnion) (*rpc.PluginToHostResponse, error) + func (h *Handler) OnDisconnect()