qrcode

package
v0.0.0-...-411a92d Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EXT_JPG = ".jpg"
)

Variables

This section is empty.

Functions

func GetQrCodeFileName

func GetQrCodeFileName(value string) string

func GetQrCodeFullPath

func GetQrCodeFullPath() string

func GetQrCodeFullUrl

func GetQrCodeFullUrl(name string) string

func GetQrCodePath

func GetQrCodePath() string

Types

type QrCode

type QrCode struct {
	URL    string
	Width  int
	Height int
	Ext    string
	Level  qr.ErrorCorrectionLevel
	Mode   qr.Encoding
}

func NewQrCode

func NewQrCode(url string, width, height int, level qr.ErrorCorrectionLevel, mode qr.Encoding) *QrCode

func (*QrCode) CheckEncode

func (q *QrCode) CheckEncode(path string) bool

func (*QrCode) Encode

func (q *QrCode) Encode(path string) (string, string, error)

func (*QrCode) GetQrCodeExt

func (q *QrCode) GetQrCodeExt() string

Jump to

Keyboard shortcuts

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