Versions in this module Expand all Collapse all v1 v1.8.1 May 15, 2025 v1.8.0 May 15, 2025 Changes in this version + const QRCODE + func Create(ctx context.Context, args ...object.Object) object.Object + func GetOS(ctx context.Context) os.OS + func Module() *object.Module + func Save(ctx context.Context, args ...object.Object) object.Object + type QRCode struct + func New(value *qrcode.QRCode, width uint8) *QRCode + func (q *QRCode) Base64(ctx context.Context, args ...object.Object) object.Object + func (q *QRCode) Bytes(ctx context.Context, args ...object.Object) object.Object + func (q *QRCode) Cost() int + func (q *QRCode) Dimension(ctx context.Context, args ...object.Object) object.Object + func (q *QRCode) Equals(other object.Object) object.Object + func (q *QRCode) GetAttr(name string) (object.Object, bool) + func (q *QRCode) Inspect() string + func (q *QRCode) Interface() interface{} + func (q *QRCode) IsTruthy() bool + func (q *QRCode) RunOperation(opType op.BinaryOpType, right object.Object) object.Object + func (q *QRCode) Save(ctx context.Context, args ...object.Object) object.Object + func (q *QRCode) SetAttr(name string, value object.Object) error + func (q *QRCode) Type() object.Type