Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + const BenchmarkWorkerRequestContentBatch + const BenchmarkWorkerRequestContentChunk + const BenchmarkWorkerRequestCoreBatch + const BenchmarkWorkerRequestCoreChunk + func BuildBenchmarkWorkerContentItemDigest(parseItem BenchmarkContentCardData, parseIndex int, parseWorkScale int) uint64 + func BuildBenchmarkWorkerCoreItemDigest(parseText string, parseDigestSeed int, parseWorkScale int) uint64 + type BenchmarkContentCardData struct + GetID int + GetMeta string + GetStatus string + GetSummary string + GetTags []string + GetTitle string + type BenchmarkCoreRowData struct + GetID int + GetText string + type BenchmarkPreparedContentCard struct + GetDigest uint64 + GetID int + GetMeta string + GetStatus string + GetSummary string + GetTags []string + GetTitle string + func BuildBenchmarkPreparedContentCard(parseItem BenchmarkContentCardData, parseIndex int, parseWorkScale int) BenchmarkPreparedContentCard + type BenchmarkPreparedCoreItem struct + GetDigest uint64 + GetID int + GetText string + func BuildBenchmarkPreparedCoreItem(parseItem BenchmarkCoreRowData, parseIndex int, parseWorkScale int) BenchmarkPreparedCoreItem + type BenchmarkWorkerContentBatchChunkRequest struct + GetChunkIndex int + GetDirtyItemIndexes []int + GetItems []BenchmarkContentCardData + type BenchmarkWorkerContentBatchRequest struct + GetChunks []BenchmarkWorkerContentBatchChunkRequest + GetGeneration uint64 + GetWorkScale int + type BenchmarkWorkerContentBatchResult struct + GetCacheHitCount int + GetChunks []BenchmarkWorkerContentChunkResult + GetGeneration uint64 + GetWorkDigest uint64 + GetWorkDurationMS float64 + GetWorker string + HasStale bool + type BenchmarkWorkerContentChunkRequest struct + GetChunkIndex int + GetGeneration uint64 + GetItems []BenchmarkContentCardData + GetWorkScale int + type BenchmarkWorkerContentChunkResult struct + GetChunkIndex int + GetGeneration uint64 + GetItems []BenchmarkPreparedContentCard + GetWorkDigest uint64 + GetWorkDurationMS float64 + GetWorker string + HasStale bool + func BuildBenchmarkWorkerContentChunkResult(parseWorkerName string, parseRequest BenchmarkWorkerContentChunkRequest) BenchmarkWorkerContentChunkResult + type BenchmarkWorkerCoreBatchChunkRequest struct + GetChunkIndex int + GetDirtyItemIndexes []int + GetItems []BenchmarkCoreRowData + type BenchmarkWorkerCoreBatchRequest struct + GetChunks []BenchmarkWorkerCoreBatchChunkRequest + GetGeneration uint64 + GetWorkScale int + type BenchmarkWorkerCoreBatchResult struct + GetCacheHitCount int + GetChunks []BenchmarkWorkerCoreChunkResult + GetGeneration uint64 + GetWorkDigest uint64 + GetWorkDurationMS float64 + GetWorker string + HasStale bool + type BenchmarkWorkerCoreChunkRequest struct + GetChunkIndex int + GetGeneration uint64 + GetItems []BenchmarkCoreRowData + GetWorkScale int + type BenchmarkWorkerCoreChunkResult struct + GetChunkIndex int + GetGeneration uint64 + GetItems []BenchmarkPreparedCoreItem + GetWorkDigest uint64 + GetWorkDurationMS float64 + GetWorker string + HasStale bool + func BuildBenchmarkWorkerCoreChunkResult(parseWorkerName string, parseRequest BenchmarkWorkerCoreChunkRequest) BenchmarkWorkerCoreChunkResult Other modules containing this package github.com/monstercameron/GoWebComponents/v4