Versions in this module Expand all Collapse all v0 v0.1.1 Oct 5, 2021 v0.1.0 Sep 14, 2021 Changes in this version + type AztecReader struct + func NewAztecReader() *AztecReader + func (r *AztecReader) Decode(image *gozxing.BinaryBitmap, hints map[gozxing.DecodeHintType]interface{}) (*gozxing.Result, error) + func (r *AztecReader) DecodeWithoutHints(image *gozxing.BinaryBitmap) (*gozxing.Result, error) + func (r *AztecReader) Reset()