Versions in this module Expand all Collapse all v1 v1.0.0 Aug 22, 2024 Changes in this version + const JOB_STATUS_DELETING — windows/amd64 + const JOB_STATUS_ERROR — windows/amd64 + const JOB_STATUS_OFFLINE — windows/amd64 + const JOB_STATUS_PAPEROUT — windows/amd64 + const JOB_STATUS_PAUSED — windows/amd64 + const JOB_STATUS_PRINTING — windows/amd64 + const JOB_STATUS_RESTART — windows/amd64 + const JOB_STATUS_SPOOLING — windows/amd64 + func PrinterExists(printerName string) (bool, error) — windows/amd64 + type PrinterProcessor interface — windows/amd64 + GetChannel func() chan definitions.PrintInfo + RunService func(monitorInterval time.Duration) + func NewPrinterProcessor(ctx context.Context, destinationFolder, printerName string) PrinterProcessor