Versions in this module Expand all Collapse all v1 v1.2.1 Feb 11, 2025 Changes in this version + type PaginatedResponse struct + Data interface{} + HasNext bool + Page int + PerPage int + Total int + TotalPages int + func NewPaginatedResponse(c echo.Context, data interface{}, page int, perPage int, total int) *PaginatedResponse v1.2.0 Feb 9, 2025 Changes in this version + type CacheStatus struct + CacheType string + LastUpdate int64 + StaleEntries int + Status string + TotalEntries int + type DirectoryEntry struct + DirCount int + FileCount int + IsDir bool + Modified int64 + Name string + Path string + Size int64 + type DirectoryStats struct + Depth int + DirectoryCount int + FileCount int + LastModified int64 + ParentPath string + Path string + TotalSize int64 + type ExtensionStats struct + AverageSize float64 + Extension string + FileCount int + LastModified int64 + MaxSize int64 + MinSize int64 + TotalSize int64 + type FileMetadata struct + Accessed int64 + Created int64 + FileExtension string + FileMode string + IsDir bool + IsHidden bool + IsSymlink bool + Modified int64 + Name string + Path string + SHA256 *string + Size int64 + type Handler struct + func NewHandler(db *sql.DB) *Handler + func (h *Handler) AdvancedSearch(c echo.Context) error + func (h *Handler) CompareDumps(c echo.Context) error + func (h *Handler) GetCacheStatus(c echo.Context) error + func (h *Handler) GetDirectoryTree(c echo.Context) error + func (h *Handler) GetExtensionStats(c echo.Context) error + func (h *Handler) GetFileMetadata(c echo.Context) error + func (h *Handler) GetStats(c echo.Context) error + func (h *Handler) ListDirectory(c echo.Context) error + func (h *Handler) SearchFiles(c echo.Context) error + type StorageComparison struct + NewModified int64 + NewSize int64 + OldModified int64 + OldSize int64 + Path string + SizeDiff int64 + Status string