Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemIdCreator ¶
type ItemIdCreator struct {
// contains filtered or unexported fields
}
func (*ItemIdCreator) NextId ¶
func (creator *ItemIdCreator) NextId() (id int)
type LoggerInterface ¶
type Schedule ¶
type Schedule struct {
// contains filtered or unexported fields
}
func (*Schedule) GetEventsListCopy ¶
type ScheduleBuilder ¶
type ScheduleBuilder struct {
// contains filtered or unexported fields
}
func (*ScheduleBuilder) BuildSchedulesFromFiles ¶
func (scheduleBuilder *ScheduleBuilder) BuildSchedulesFromFiles(filesDirectory string) list.List
func (*ScheduleBuilder) Init ¶
func (scheduleBuilder *ScheduleBuilder) Init(logger logging.Logger)
type SchedulePrinter ¶
type SchedulePrinter struct {
// contains filtered or unexported fields
}
func (*SchedulePrinter) Init ¶
func (schedulePrinter *SchedulePrinter) Init(logger Logger)
func (*SchedulePrinter) PrintSchedule ¶
func (schedulePrinter *SchedulePrinter) PrintSchedule(schedule Schedule)
Click to show internal directories.
Click to hide internal directories.