Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatsEntity ¶
type ClockifyTimeEntry ¶
type Reporter ¶
type Reporter struct { Repository RepositoryInterface DescriptionDelimiter string }
type ReporterInterface ¶
type Repository ¶
func (Repository) FetchClockifyData ¶
func (r Repository) FetchClockifyData(start string) []ClockifyTimeEntry
type RepositoryInterface ¶
type RepositoryInterface interface {
FetchClockifyData(start string) []ClockifyTimeEntry
}
Click to show internal directories.
Click to hide internal directories.