Documentation
¶
Overview ¶
Package processors provides data processing for Google Tasks Takeout.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct{}
Processor handles the Tasks processing pipeline.
func NewTasksProcessor ¶
func NewTasksProcessor() *Processor
NewTasksProcessor creates a new Tasks processor.
func (*Processor) ConfigSchema ¶
func (p *Processor) ConfigSchema() []core.ConfigOption
ConfigSchema returns the configuration options for this processor.
func (*Processor) Description ¶
func (*Processor) Process ¶
func (p *Processor) Process(ctx context.Context, cfg core.ProcessorConfig, events chan<- core.ProgressEvent) (*core.ProcessResult, error)
Process runs the Tasks processing pipeline. Phases: 1) Scan JSON files, 2) Parse task lists, 3) Build hierarchy, 4) Generate summary
Click to show internal directories.
Click to hide internal directories.