goqc

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2023 License: MIT Imports: 10 Imported by: 0

README

Golang goqc

📦 Golang goqc

godoc goproxy.cn goreportcard.com deps.dev

安装

go get -v -u go.dtapp.net/goqc@v1.0.0

Documentation

Index

Constants

View Source
const (
	Version = "1.0.0"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type QrCodeOperation

type QrCodeOperation struct {
	// contains filtered or unexported fields
}

QrCodeOperation 二维码操作

func QrCodeText

func QrCodeText(ctx context.Context, textContent string, qcContent string, qcLevel qrcode.RecoveryLevel) (*QrCodeOperation, error)

QrCodeText 生成二维码带文本

func (*QrCodeOperation) Encode

func (o *QrCodeOperation) Encode() ([]byte, error)

Encode 返回图片字节

func (*QrCodeOperation) EncodePNG

func (o *QrCodeOperation) EncodePNG(w io.Writer) error

EncodePNG 返回图片编码

func (*QrCodeOperation) SavePNG

func (o *QrCodeOperation) SavePNG(filePath, fileName string) error

SavePNG 保存图片

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL