Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
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 ¶
func NewListConsumptions ¶
func NewListConsumptions() ListConsumptions
type ListConsumptionsImpl ¶
type ListConsumptionsImpl struct {
// contains filtered or unexported fields
}
func (ListConsumptionsImpl) List ¶
func (l ListConsumptionsImpl) List() (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 (ListInvoicesImpl) ListYearMonthInvoices ¶
func (l ListInvoicesImpl) ListYearMonthInvoices(yearMonth time.Time) (string, error)
type ListMails ¶
func NewListMails ¶
func NewListMails() ListMails
type ListMailsImpl ¶
type ListMailsImpl struct {
// contains filtered or unexported fields
}
type ListProducts ¶
type ListProducts struct {
// contains filtered or unexported fields
}
func (ListProducts) List ¶
func (l ListProducts) List() (string, error)
Click to show internal directories.
Click to hide internal directories.