Documentation ¶
Index ¶
Constants ¶
View Source
const ( InputFormatImage = iota + 1 InputFormatText )
Variables ¶
This section is empty.
Functions ¶
Types ¶
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 )
Click to show internal directories.
Click to hide internal directories.