export

package
v0.0.0-...-c7fa631 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InputFormatImage = iota + 1
	InputFormatText
)

Variables

This section is empty.

Functions

func RunQR

func RunQR(input Input, output Output) error

func RunText

func RunText(input Input, output Output) error

Types

type Input

type Input interface {
	io.Reader
	io.Seeker
}

type InputFormat

type InputFormat int

type Output

type Output struct {
	Type OutputType
	Dest io.Writer
}

type OutputType

type OutputType int
const (
	OutputTypeFile OutputType = iota + 1
	OutputTypeStdout
)

Jump to

Keyboard shortcuts

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