Versions in this module Expand all Collapse all v1 v1.0.2 Sep 28, 2025 v1.0.1 Sep 28, 2025 Changes in this version + func Execute() + func NewBatchCmd() *cobra.Command + func NewConvertCmd() *cobra.Command + func NewInfoCmd() *cobra.Command + func NewPlatformsCmd() *cobra.Command + func NewValidateCmd() *cobra.Command + type BatchJob struct + FilePath string + Index int + OutputPath string + Total int + type BatchResult struct + Duration time.Duration + Error error + Job BatchJob + Success bool + type ConcurrentBatchProcessor struct + func NewConcurrentBatchProcessor(conversionSvc *services.ConversionService, totalFiles int) *ConcurrentBatchProcessor + func (p *ConcurrentBatchProcessor) Close() + func (p *ConcurrentBatchProcessor) ProcessFiles(files []string) (int, int, error) + type ErrorCodeMapping struct + Message string + Pattern string + Severity models.ErrorSeverity + Suggestions []string + type ProgressTracker struct