Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + func ApplyHostExtensions(parseHost *plugin.Host) func() + func ClearTraceReplay() + func ErrorOverlay(parseProps ErrorOverlayProps) any — darwin/amd64, linux/amd64, windows/amd64 + func ErrorOverlay(parseProps ErrorOverlayProps) ui.Node — js/wasm + func ExportBrowserExtensionManifestJSON(parseBrowser string) ([]byte, error) + func ExportBugCaptureBundleJSON(parseBundle BugCaptureBundle) ([]byte, error) + func ExportExtensionPanelPayloadJSON(parseSnapshot Snapshot) ([]byte, error) + func ExportSnapshotJSON(parseSnapshot Snapshot) ([]byte, error) + func ExportSupportDiagnosticBundleJSON(parseBundle BugCaptureBundle) ([]byte, error) + func ExportTraceCaptureJSON(parseCapture TraceCapture) ([]byte, error) + func Panel(parseProps PanelProps) any — darwin/amd64, linux/amd64, windows/amd64 + func Panel(parseProps PanelProps) ui.Node — js/wasm + func ReplayBugCaptureBundle(parseBundle BugCaptureBundle) + func ResetCoordinationInspection() + func ResetErrorOverlayActions() + func ResetExtensionSections() + func ResetMultiClientInspection() + func ResetSerializationBoundaryInspection() + func SetCoordinationInspection(parseState Coordination) + func SetErrorOverlayActions(parseActions []ErrorOverlayAction) + func SetExtensionSections(parseSections []ExtensionSection) + func SetMultiClientInspection(parseState MultiClient) + func SetSerializationBoundaryInspection(parseState BoundaryInspection) + func SetTraceReplay(parseCapture TraceCapture) + type Boundary struct + BinaryBytes int + CorrelationID string + Direction string + Downgraded []string + Encoding string + InlineBytes int + Kind string + Name string + Notes []string + Redacted []string + Rejected []string + Scope string + SizeBytes int + Status string + Target string + Transport string + type BoundaryInspection struct + Entries []Boundary + func InspectBootstrapBoundaries(parseBootstrap ui.SSRBootstrap) (BoundaryInspection, error) + func InspectSerializationBoundaries() BoundaryInspection + type Branch struct + CleanupDurationNs int64 + CommitDurationNs int64 + DiffDurationNs int64 + EffectDurationNs int64 + Kind string + Name string + Path string + RenderDurationNs int64 + SelfDurationNs int64 + SubtreeDurationNs int64 + type BrowserExtensionManifest struct + Background map[string]string + BrowserSpecific map[string]any + Description string + DevtoolsPage string + HostPermissions []string + ManifestVersion int + Name string + Permissions []string + Version string + func BrowserExtensionManifestFor(parseBrowser string) BrowserExtensionManifest + type BugCaptureBundle struct + CapturedAt string + Label string + Trace TraceCapture + Version int + func CaptureBugBundle(parseLabel string) BugCaptureBundle + func ImportBugCaptureBundleJSON(parseData []byte) (BugCaptureBundle, error) + type CacheEntry struct + Key string + LastError string + LastLoaded time.Time + Loading bool + OwnerPaths []string + Ready bool + ResumePolicy string + Stale bool + SubscriberCount int + UpdatedAt time.Time + type Classification string + type ComponentRenderTrace struct + AverageRenderDurationNs int64 + LastRenderDurationNs int64 + LastRenderedAt string + LastTrigger string + Name string + Path string + RenderCount int + RerenderCount int + TotalRenderDurationNs int64 + TriggerCounts map[string]int + type ConflictState struct + DetectedAt time.Time + Entity string + LastError string + Owner string + Status string + Strategy string + type Coordination struct + Conflict ConflictState + LastReplayError string + QueueEntries []SyncQueueEntry + Reconnect ReconnectStatus + Replay []ReplayEntry + SyncEvents []SyncEvent + SyncHealth []SyncHealthEntry + Workers []WorkerJob + func InspectCoordination() Coordination + type Diagnostic struct + Classification Classification + Code string + ComponentStack []string + Consequence string + Count int + Docs string + Fields map[string]string + Message string + Path string + Recoverable bool + Remediation string + Severity Severity + Source string + TopFrame string + type ErrorOverlayAction struct + Label string + MatchCodes []string + MatchSources []string + Run func(ErrorOverlayActionContext) + func InspectComposedErrorOverlayActions() []ErrorOverlayAction + func InspectErrorOverlayActions() []ErrorOverlayAction + type ErrorOverlayActionContext struct + Issue ErrorOverlayIssue + Snapshot Snapshot + type ErrorOverlayIssue struct + Code string + Docs string + Message string + Path string + Severity Severity + Source string + TopFrame string + type ErrorOverlayProps struct + MaxItems int + RefreshInterval time.Duration + Title string + type ExtensionPanelPayload struct + Diagnostics []Diagnostic + Extensions []ExtensionSection + Logs []Log + Profiling Profiling + Route Route + SchemaVersion string + Stats Stats + Tree *Node + func BuildExtensionPanelPayload(parseSnapshot Snapshot) ExtensionPanelPayload + type ExtensionSection struct + Lines []string + Name string + Summary map[string]string + func InspectComposedExtensionSections() []ExtensionSection + func InspectExtensionSections() []ExtensionSection + type FlamegraphFrame struct + CleanupDurationNs int64 + CommitDurationNs int64 + Depth int + DiffDurationNs int64 + DurationNs int64 + EffectDurationNs int64 + Kind string + Name string + Path string + RenderDurationNs int64 + SelfDurationNs int64 + StartNs int64 + type Hook struct + Dependencies string + Kind string + Slot int + Status string + Value string + type HydrationDebug struct + CorrelationID string + DiscardedNodeCount int + DurationNs int64 + ExistingDOMNodeCount int + Failed bool + Failure string + FallbackCount int + FinishedAt string + MismatchCount int + RecentMessages []string + StartedAt string + Strict bool + type KernelPluginEvent struct + Message string + Operation string + PluginID string + Reason string + When time.Time + type KernelPluginHealth struct + ErrorCount int + ID string + Message string + Reason string + State string + type KernelSnapshot struct + APIVersion string + Events []KernelPluginEvent + Plugins []KernelPluginHealth + type Log struct + Classification Classification + Code string + Consequence string + CorrelationID string + Docs string + Domain string + Fields map[string]string + Level LogLevel + Message string + Recoverable bool + Remediation string + Timestamp string + TopFrame string + type LogLevel string + type MultiClient struct + AuthorityView map[string]string + Enabled bool + FailedPublishes []MultiClientFailure + LocalPeerID string + Peers []MultiClientPeer + RecentTraffic []MultiClientTraffic + ResolvedTransport string + func InspectMultiClient() MultiClient + type MultiClientFailure struct + Code string + Message string + Op string + Target string + Timestamp time.Time + Topic string + type MultiClientPeer struct + App string + Compatible bool + Encodings []string + ID string + LastSeen time.Time + LeaseDeadline time.Time + ProtocolVersion string + Role string + State string + Surface string + Topics []string + type MultiClientTraffic struct + CorrelationID string + Direction string + Failed bool + Kind string + LatencyMs int + PeerID string + Timestamp time.Time + Topic string + type Node struct + Children []Node + CleanupDurationNs int64 + CommitDurationNs int64 + DiffDurationNs int64 + Dirty bool + EffectCount int + EffectDurationNs int64 + FineGrained bool + HookCount int + Hooks []Hook + Kind string + Name string + NeedsUpdate bool + Path string + ReactiveSource string + RenderDurationNs int64 + SelfDurationNs int64 + Signature string + SubtreeDurationNs int64 + UpdateOrigin string + type PanelProps struct + InitiallyOpen bool + MaxDepth int + RefreshInterval time.Duration + Title string + type Profiling struct + CleanupExecutions int + CommitCount int + ComponentRenders []ComponentRenderTrace + EffectExecutions int + FineGrainedCommits int + FineGrainedDescendantHostCommits int + FineGrainedDescendantTextCommits int + FlamegraphFrames []FlamegraphFrame + HotBranches []Branch + LastCleanupDurationNs int64 + LastCommitDurationNs int64 + LastEffectDurationNs int64 + LastRenderDurationNs int64 + PhaseTotals ProfilingPhaseTotals + ProcessedUnits int + RecentEvents []ProfilingEvent + RenderCalls int + ScheduledFiberMarks int + ScheduledGranularMarks int + ScheduledRootUpdates int + Startup StartupProfiling + WorkLoopPasses int + type ProfilingEvent struct + CorrelationID string + Domain string + DurationNs int64 + Fields map[string]string + Name string + Phase string + Target string + Timestamp string + type ProfilingPhaseTotals struct + CleanupDurationNs int64 + CommitDurationNs int64 + DiffDurationNs int64 + EffectDurationNs int64 + RenderDurationNs int64 + type ReconnectStatus struct + Attempts int + IsConnected bool + LastChange time.Time + MaxAttempts int + NextRetryAt time.Time + State string + Transport string + type ReplayEntry struct + Attempts int + ID string + Kind string + LastError string + MaxAttempts int + Method string + NextAttemptAt time.Time + Owner string + State string + URL string + UpdatedAt time.Time + type Route struct + LastRedirect RouteRedirect + Loaders []RouteLoader + Loading bool + Metadata RouteMetadata + Params map[string]string + Path string + Query map[string][]string + Stack []RouteStack + type RouteLoader struct + Error string + HasData bool + Key string + Path string + Pending bool + type RouteMetadata struct + CanonicalURL string + Description string + Title string + type RouteRedirect struct + Cause string + From string + To string + type RouteStack struct + HasBeforeEnter bool + HasBeforeLeave bool + HasLoader bool + ID string + Metadata RouteMetadata + Params map[string]string + Path string + type RouteStartupBudget struct + AverageBootstrapDecodedBytes int64 + AverageBootstrapReadDurationNs int64 + AverageCacheWarmupDurationNs int64 + AverageFirstInteractionDurationNs int64 + AverageHydrationDurationNs int64 + AverageInitialRouteDataBytes int64 + AverageServiceWorkerOverheadNs int64 + AverageStartupCommitDurationNs int64 + AverageWASMDecodedBytes int64 + AverageWASMTransferBytes int64 + LastRoutePath string + RouteFamily string + SampleCount int + type Severity string + const SeverityError + const SeverityInfo + const SeverityWarning + type Snapshot struct + Boundaries BoundaryInspection + Cache []CacheEntry + Coordination Coordination + Diagnostics []Diagnostic + Extensions []ExtensionSection + Hydration HydrationDebug + Kernel KernelSnapshot + Logs []Log + MultiClient MultiClient + Profiling Profiling + Route Route + Stats Stats + Tree *Node + func SnapshotNow() Snapshot + func UseSnapshot(parseRefreshInterval time.Duration) Snapshot + type SnapshotComparison struct + ChangedSections []string + CurrentFingerprint string + CurrentSize int + Equal bool + PreviousFingerprint string + PreviousSize int + func CompareSnapshots(parsePrevious, parseCurrent Snapshot) (SnapshotComparison, error) + type StartupProfiling struct + BootstrapDecodedBytes int64 + BootstrapReadDurationNs int64 + CacheWarmupDurationNs int64 + FirstInteractionCaptured bool + FirstInteractionDurationNs int64 + FirstInteractionEvent string + HydrationDurationNs int64 + InitialRouteDataBytes int64 + Mode string + RouteBudgets []RouteStartupBudget + ServiceWorkerOverheadNs int64 + StartedAt string + StartupCommitDurationNs int64 + WASMDecodedBytes int64 + WASMTransferBytes int64 + type Stats struct + ComponentFibers int + DirtyFibers int + Effects int + FineGrainedFibers int + HookEntries int + HostFibers int + TextFibers int + TotalFibers int + type SupportDiagnosticBundle struct + CapturedAt string + Label string + Sanitized bool + Trace TraceCapture + Version int + func CaptureSupportDiagnosticBundle(parseLabel string) SupportDiagnosticBundle + func ImportSupportDiagnosticBundleJSON(parseData []byte) (SupportDiagnosticBundle, error) + func SanitizeBugCaptureBundleForSupport(parseBundle BugCaptureBundle) SupportDiagnosticBundle + type SyncEvent struct + Channel string + Correlation string + Direction string + Error string + Status string + Target string + Timestamp time.Time + Topic string + Transport string + type SyncHealthEntry struct + Entity string + LastError string + LastSyncAt time.Time + Owner string + PendingOps int + Status string + Version string + type SyncQueueEntry struct + Attempts int + Entity string + ID string + LastError string + MaxAttempts int + Operation string + Owner string + QueuedAt time.Time + State string + URL string + UpdatedAt time.Time + type TraceCapture struct + CapturedAt string + Label string + Snapshot Snapshot + func CaptureTrace(parseLabel string) TraceCapture + func CurrentTraceReplay() (TraceCapture, bool) + func ImportTraceCaptureJSON(parseData []byte) (TraceCapture, error) + type WorkerJob struct + Cancelled bool + Correlation string + Error string + Kind string + Name string + Progress string + Ready bool + RequestID string + Result string + Running bool + Status string + URL string Other modules containing this package github.com/monstercameron/GoWebComponents/v4