report

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DailyReport

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

DailyReport represents a daily report

func NewDailyReport

func NewDailyReport(csvRecords data.CsvRecords) *DailyReport

NewDailyReport creates new report from the given CsvRecords

func (*DailyReport) Print

func (r *DailyReport) Print()

Print implements Printable

type MonthlyReport

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

MonthlyReport represents a monthly report

func NewMonthlyReport

func NewMonthlyReport(csvRecords data.CsvRecords) *MonthlyReport

NewMonthlyReport creates new report from the given CsvRecords

func (*MonthlyReport) Print

func (r *MonthlyReport) Print()

Print implements Printable

type Printable

type Printable interface {
	Print()
}

Printable interface represents a generic report

type WeeklyReport

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

WeeklyReport represents a weekly report

Jump to

Keyboard shortcuts

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