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 ¶
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
Click to show internal directories.
Click to hide internal directories.