Documentation ¶ Index ¶ type Preview func (r *Preview) AvailableEndpoints() (map[string]string, error) func (r *Preview) Description() string func (r *Preview) Name() string func (r *Preview) Print(printerEndpoint string, image image.Image, data []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Preview ¶ type Preview struct { Asti *astilectron.Astilectron } func (*Preview) AvailableEndpoints ¶ func (r *Preview) AvailableEndpoints() (map[string]string, error) func (*Preview) Description ¶ func (r *Preview) Description() string func (*Preview) Name ¶ func (r *Preview) Name() string func (*Preview) Print ¶ func (r *Preview) Print(printerEndpoint string, image image.Image, data []byte) error Source Files ¶ View all Source files preview.go Click to show internal directories. Click to hide internal directories.