Versions in this module Expand all Collapse all v2 v2.0.3 Jul 8, 2020 v2.0.2 Jul 8, 2020 Changes in this version + type Color struct + B string + G string + R string + type QRCode struct + func NewQRCode(context *context.Context) *QRCode + func (qrCode *QRCode) CreateWXAQRCode(coderParams QRCoder) (response []byte, err error) + func (qrCode *QRCode) GetWXACode(coderParams QRCoder) (response []byte, err error) + func (qrCode *QRCode) GetWXACodeUnlimit(coderParams QRCoder) (response []byte, err error) + type QRCoder struct + AutoColor bool + IsHyaline bool + LineColor Color + Page string + Path string + Scene string + Width int