Versions in this module Expand all Collapse all v0 v0.0.5 May 26, 2023 Changes in this version + func GetSourceChunksHandler(db *gorm.DB, id string) ([]model.Chunk, *handler.Error) + func GetSourceItemsHandler(db *gorm.DB, id string, chunkID string) ([]model.Item, *handler.Error) + type ChunksByState struct + Count int64 + State model.WorkState + type ItemSummary struct + NumOfItems int64 + type SourceStatusSummary struct + ChunkSummary []ChunksByState + ItemSummary ItemSummary + Source model.Source + func GetSourceSummaryHandler(db *gorm.DB, id string) (*SourceStatusSummary, *handler.Error)