Documentation ¶ Index ¶ type Serial func (s *Serial) AvailableEndpoints() (map[string]string, error) func (s *Serial) Description() string func (s *Serial) Name() string func (s *Serial) 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 Serial ¶ type Serial struct{} func (*Serial) AvailableEndpoints ¶ func (s *Serial) AvailableEndpoints() (map[string]string, error) func (*Serial) Description ¶ func (s *Serial) Description() string func (*Serial) Name ¶ func (s *Serial) Name() string func (*Serial) Print ¶ func (s *Serial) Print(printerEndpoint string, image image.Image, data []byte) error Source Files ¶ View all Source files serial.go Click to show internal directories. Click to hide internal directories.