Documentation ¶
Overview ¶
Package libqrencode wraps the C libqrencode library. The qr package (in this package's parent directory) does not use any C wrapping. This code is here only for use during that package's tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Code ¶
func (*Code) ColorModel ¶
type Level ¶
type Level int
const ( L Level = C.QR_ECLEVEL_L M Level = C.QR_ECLEVEL_M Q Level = C.QR_ECLEVEL_Q H Level = C.QR_ECLEVEL_H )
type Mode ¶
type Mode int
const ( Numeric Mode = C.QR_MODE_NUM Alphanumeric Mode = C.QR_MODE_AN EightBit Mode = C.QR_MODE_8 )
Click to show internal directories.
Click to hide internal directories.