Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByCreationTime ¶
ByCreationTime is an implementation of sort.Interface which sorts pps job info by creation time, ascending.
func (ByCreationTime) Len ¶
func (arr ByCreationTime) Len() int
func (ByCreationTime) Less ¶
func (arr ByCreationTime) Less(i, j int) bool
func (ByCreationTime) Swap ¶
func (arr ByCreationTime) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.