Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Rev represents the revision. When built via CI, this is replaced with Git // SHA1 by the linker. Rev string = "HEAD" // Ver represents the version. When built via CI, this is replaced with Git // tag it's built with. Ver string = "development version" )
Functions ¶
Types ¶
type ByCreated ¶
type ByCreated []types.ImageSummary
ByCreated implements sort.Interface for []types.ImageSummary based on the Created field (newest first)
Click to show internal directories.
Click to hide internal directories.