Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RecoveryLevel ¶
type RecoveryLevel int
RecoveryLevel represents QR encoding error detection/recovery capacity.
const ( // Low is Level L: 7% error recovery. Low RecoveryLevel = iota // Medium is Level M: 15% error recovery. Good default choice. Medium // High is Level Q: 25% error recovery. High // Highers is Level H: 30% error recovery. Highest )
func (RecoveryLevel) String ¶
func (r RecoveryLevel) String() string
String implements Stringer interface.
Click to show internal directories.
Click to hide internal directories.