printjob

package
v0.0.0-...-d23200b Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: 0BSD Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job interface {
	Sender() string
	Time() time.Time
	Description() string
	Print(ctx context.Context, p *escpos.Printer) error
	OnPrinted(ctx context.Context)
	OnShredded(ctx context.Context, err error)
}

type JobReplyer

type JobReplyer interface {
	Job
	Reply(ctx context.Context, msg string) error
}

Jump to

Keyboard shortcuts

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