Documentation
¶
Index ¶
Constants ¶
View Source
const Label = "Banner"
Variables ¶
This section is empty.
Functions ¶
func CheckSetup ¶
func CheckSetup() error
CheckSetup checks whether Setup() executed accordingly. Scan arguments should be checked by the scanner.
Types ¶
type Result ¶
type Result struct { Data *ResultData // Bytes array, to be converted by consumer as required Status string // Final scan status (success or graceful error). Should be stored along with the scan results. Exception bool // Indicates if something went wrong badly and results shall be discarded. This should never be }
type ResultData ¶
Click to show internal directories.
Click to hide internal directories.