Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.