edit

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomerEditorImpl

type CustomerEditorImpl struct {
}

func (CustomerEditorImpl) Edit

func (c CustomerEditorImpl) Edit(code string) error

type Editor

type Editor interface {
	Edit(code string) error
}

func NewCustomerEditor

func NewCustomerEditor() Editor

func NewInvoiceEditor

func NewInvoiceEditor() Editor

func NewProductEditor

func NewProductEditor() Editor

type InvoiceEditorImpl

type InvoiceEditorImpl struct {
}

func (InvoiceEditorImpl) Edit

func (c InvoiceEditorImpl) Edit(code string) error

type ProductEditorImpl

type ProductEditorImpl struct {
}

func (ProductEditorImpl) Edit

func (c ProductEditorImpl) Edit(code string) error

Jump to

Keyboard shortcuts

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