barcodes

package
v0.0.0-...-14ecd30 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Barcode1D

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

func (*Barcode1D) Svg

func (bc *Barcode1D) Svg() string

type Barcode2D

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

func (*Barcode2D) Svg

func (bc *Barcode2D) Svg() string

type BarcodeSvg

type BarcodeSvg interface {
	Svg() string
}

func NewBarcodeSvg

func NewBarcodeSvg(barcodeCreationFunc func() (barcode.Barcode, error)) (BarcodeSvg, error)

func NewEanCode

func NewEanCode(content string) (BarcodeSvg, error)

func NewQrCode

func NewQrCode(content string) (BarcodeSvg, error)

Jump to

Keyboard shortcuts

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