processor

package
v0.0.0-...-e688aee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2017 License: MIT Imports: 10 Imported by: 0

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

func (p *Processor) CreateImage() error

type ProcessorChannels

type ProcessorChannels struct {
	ImageProcessed chan *core.ImageConfiguration
	Skipped        chan string
}

type ProcessorResult

type ProcessorResult struct {
	ResizedPath string
	Error       error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL