display

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomerDisplay

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

func (CustomerDisplay) Display

func (c CustomerDisplay) Display(code string) (string, error)

type Display

type Display interface {
	Display(code string) (string, error)
}

func NewCustomerDisplay

func NewCustomerDisplay() Display

func NewInvoiceDisplay

func NewInvoiceDisplay() Display

func NewProductDisplay

func NewProductDisplay() Display

type InvoiceDisplay

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

func (InvoiceDisplay) Display

func (i InvoiceDisplay) Display(code string) (string, error)

type ProductDisplay

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

func (ProductDisplay) Display

func (p ProductDisplay) Display(code string) (string, error)

Jump to

Keyboard shortcuts

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