Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Report ¶
func Report(reportInfo ReportInfo) error
Types ¶
type CustomerReport ¶
type CustomerReport struct {
// contains filtered or unexported fields
}
func NewCustomerReport ¶
func NewCustomerReport(dbService ports.DbService) CustomerReport
func (CustomerReport) Run ¶
func (c CustomerReport) Run() (string, error)
type MonthReport ¶
type MonthReport struct {
// contains filtered or unexported fields
}
func NewMonthReport ¶
func NewMonthReport(configService ports.ConfigService, langService lang.LangService, dbService ports.DbService) MonthReport
func (MonthReport) Run ¶
func (m MonthReport) Run() (string, error)
type ProductsReport ¶
type ProductsReport struct {
// contains filtered or unexported fields
}
func NewProductsReport ¶
func NewProductsReport(dbService ports.DbService) ProductsReport
func (ProductsReport) Run ¶
func (p ProductsReport) Run() (string, error)
type ReportInfo ¶
Click to show internal directories.
Click to hide internal directories.