Documentation
¶
Overview ¶
Package processor handles the processing of resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
BatchSize int
}
Config holds configuration values for the Processor.
type Processor ¶
type Processor struct {
Config Config
Storage storage.Storage
// contains filtered or unexported fields
}
Processor manages the processing of resources from various sources.
Click to show internal directories.
Click to hide internal directories.