Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( JOB_STATUS_PAUSED = 0x0001 JOB_STATUS_ERROR = 0x0008 JOB_STATUS_DELETING = 0x0004 JOB_STATUS_PRINTING = 0x0010 JOB_STATUS_SPOOLING = 0x0002 JOB_STATUS_OFFLINE = 0x0020 JOB_STATUS_PAPEROUT = 0x0040 JOB_STATUS_RESTART = 0x2000 )
Variables ¶
This section is empty.
Functions ¶
func PrinterExists ¶
Types ¶
type PrinterProcessor ¶
type PrinterProcessor interface {
GetChannel() chan definitions.PrintInfo
RunService(monitorInterval time.Duration)
}
func NewPrinterProcessor ¶
func NewPrinterProcessor(ctx context.Context, destinationFolder, printerName string) PrinterProcessor
Click to show internal directories.
Click to hide internal directories.