Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ImageProcessings map[string][]chan ProcessorResult
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
Source string
Destination string
ImageConfiguration *core.ImageConfiguration
ImageDetails *info.ImageDetails
Channels *ProcessorChannels
}
func (*Processor) CreateImage ¶
type ProcessorChannels ¶
type ProcessorChannels struct {
ImageProcessed chan *core.ImageConfiguration
Skipped chan string
}
type ProcessorResult ¶
Click to show internal directories.
Click to hide internal directories.