package
1.0.1
Repository: https://github.com/raj63/go-sdk.git
Documentation: pkg.go.dev

# Packages

Package yeqown is a wrapper around library Ref: https://github.com/yeqown/go-qrcode.

# Functions

DefaultQRConfig returns a default QRConfig.
NewByteArrayWriteCloser creates a new ByteArrayWriteCloser with the provided byte array.

# Constants

CircleShape will generate the QR Code with circular shape.
RectangleShape will generate the QR Code with rectangular shape.

# Structs

ByteArrayWriteCloser is a wrapper around a byte array that satisfies the io.WriteCloser interface.
ProductInfo represents a product.
QRConfig represnts the configuration to generate a QR Code.
QRResult represent the result with qrcode.

# Interfaces

QRCode specifies the contraints related to qrcode generation.

# Type aliases

ShapeType specifies the type of shape to generate a qr code.