Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoInput = errors.New("input is required") ErrInputStringAndDirConflict = errors.New("only one of input or input-dir can be set") ErrInputStringAndFileConflict = errors.New("only one of input or file can be set") ErrInputFileAndDirConflict = errors.New("only one of input or file can be set") ErrInputFileAndExcludeConflict = errors.New("exclude cannot be used with file") ErrInputStringAndExcludeConflict = errors.New("exclude cannot be used with input string") ErrNoOutput = errors.New("output is required") ErrDataRequired = errors.New("data is required through the datasource or data flags") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.