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 + func New(ctx context.Context, logger *slog.Logger, pluginReader *plugin_reader.Reader, ...) (plugin_runner.Host, error) + type Host struct + func (h *Host) Connect(ctx context.Context, id plugin.InstallationID, conn duplex.Duplex) error + func (h *Host) GetSession(ctx context.Context, id plugin.InstallationID) (plugin_runner.Session, error) + func (h *Host) GetSessions(ctx context.Context) ([]plugin_runner.Session, error) + func (h *Host) Load(ctx context.Context, rec plugin.Record) error + func (h *Host) SetServerURL(u string) + func (h *Host) Unload(ctx context.Context, id plugin.InstallationID) error