Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config *config.Config
Config is a pointer to the global config object
Functions ¶
This section is empty.
Types ¶
type ClockCollection ¶
type ClockCollection struct {
Clocks []Clock
}
func (*ClockCollection) Sorted ¶
func (clocks *ClockCollection) Sorted() []Clock
func (*ClockCollection) SortedAlphabetically ¶
func (clocks *ClockCollection) SortedAlphabetically()
func (*ClockCollection) SortedChronologically ¶
func (clocks *ClockCollection) SortedChronologically()
Click to show internal directories.
Click to hide internal directories.