Versions in this module Expand all Collapse all v0 v0.0.5 May 11, 2026 v0.0.4 May 8, 2026 v0.0.3 Apr 28, 2026 v0.0.2 Apr 23, 2026 Changes in this version + type GlobalGCConfig struct + Cache bool + DryRun bool + type GlobalGCProcessor struct + func NewGlobalGCProcessor(config *GlobalGCConfig, appConfig *models.AppConfig, db *gorm.DB) *GlobalGCProcessor + func (p *GlobalGCProcessor) Execute(ctx context.Context) (*GlobalGCResult, error) + type GlobalGCResult struct + CacheDirsRemoved int + DBRecordsRemoved int + DryRun bool + OrphanedCaches []OrphanedCache + StaleDBRecords []StaleDBRecord + type GlobalListConfig struct + type GlobalListProcessor struct + func NewGlobalListProcessor(db *gorm.DB) *GlobalListProcessor + func (p *GlobalListProcessor) Execute(ctx context.Context) (*GlobalListResult, error) + type GlobalListResult struct + Projects []GlobalProjectItem + Total int + type GlobalProjectItem struct + Exists bool + ProjectDir string + RepoCount int + Repos []GlobalRepoItem + type GlobalRemoveConfig struct + All bool + ProjectDir string + Purge bool + RepoName string + Yes bool + type GlobalRemoveProcessor struct + func NewGlobalRemoveProcessor(config *GlobalRemoveConfig, appConfig *models.AppConfig, db *gorm.DB) *GlobalRemoveProcessor + func (p *GlobalRemoveProcessor) Execute(ctx context.Context) (*GlobalRemoveResult, error) + type GlobalRemoveResult struct + Details []RemoveDetail + RemovedCount int + type GlobalRepoItem struct + Name string + RefName string + Type string + type GlobalStatsConfig struct + type GlobalStatsProcessor struct + func NewGlobalStatsProcessor(appConfig *models.AppConfig, db *gorm.DB) *GlobalStatsProcessor + func (p *GlobalStatsProcessor) Execute(ctx context.Context) (*GlobalStatsResult, error) + type GlobalStatsResult struct + CacheSize int64 + DBSize int64 + Projects struct{ ... } + Repos struct{ ... } + WikiSize int64 + type OrphanedCache struct + Path string + type RemoveDetail struct + ProjectDir string + RepoName string + type StaleDBRecord struct + ProjectDir string + RepoCount int