list

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 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 List

type List interface {
	List() (string, error)
}

func NewListChildren

func NewListChildren() List

func NewListCustomers

func NewListCustomers() List

func NewListProducts

func NewListProducts() List

type ListChildren

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

func (ListChildren) List

func (l ListChildren) List() (string, error)

type ListConsumptions

type ListConsumptions interface {
	ListOne(childCode int) (string, error)
	List() (string, error)
}

func NewListConsumptions

func NewListConsumptions() ListConsumptions

type ListConsumptionsImpl

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

func (ListConsumptionsImpl) List

func (l ListConsumptionsImpl) List() (string, error)

func (ListConsumptionsImpl) ListOne

func (l ListConsumptionsImpl) ListOne(childCode int) (string, error)

type ListCustomers

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

func (ListCustomers) List

func (l ListCustomers) List() (string, error)

type ListInvoices

type ListInvoices interface {
	ListYearMonthInvoices(yearMonth time.Time) (string, error)
	ListCustomerInvoices(customerCode int) (string, error)
	ListCustomerYearMonthInvoices(customerCode int, yearMonth time.Time) (string, error)
}

func NewListInvoices

func NewListInvoices() ListInvoices

type ListInvoicesImpl

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

func (ListInvoicesImpl) ListCustomerInvoices

func (l ListInvoicesImpl) ListCustomerInvoices(customerCode int) (string, error)

func (ListInvoicesImpl) ListCustomerYearMonthInvoices

func (l ListInvoicesImpl) ListCustomerYearMonthInvoices(customerCode int, yearMonth time.Time) (string, error)

func (ListInvoicesImpl) ListYearMonthInvoices

func (l ListInvoicesImpl) ListYearMonthInvoices(yearMonth time.Time) (string, error)

type ListMails

type ListMails interface {
	List(ei1 bool, ei2 bool, ei3 bool) (string, error)
}

func NewListMails

func NewListMails() ListMails

type ListMailsImpl

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

func (ListMailsImpl) List

func (l ListMailsImpl) List(ei1 bool, ei2 bool, ei3 bool) (string, error)

type ListProducts

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

func (ListProducts) List

func (l ListProducts) List() (string, error)

Jump to

Keyboard shortcuts

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