Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModsByVersion ¶
type ModsByVersion []SerialModule
func (ModsByVersion) Len ¶
func (mods ModsByVersion) Len() int
func (ModsByVersion) Less ¶
func (mods ModsByVersion) Less(x, y int) bool
func (ModsByVersion) Swap ¶
func (mods ModsByVersion) Swap(x, y int)
type Module ¶
func (Module) AtVersion ¶ added in v0.6.0
AtVersion representation intended for machine consumption.
Format is source@version.
type RangeID ¶
type RangeID [2]int64
A RangeID represents a sequential list of IDs. The two boundary numbers are inclusive. A RangeID of [3, 7] implies the list of IDs: {3, 4, 5, 6, 7} (in incrementing order).
type RangeIDs ¶
type RangeIDs [][2]int64
A RangeIDs represents an increasing list of RangeID. A RangeIDs of [[2, 4], [8, 8], [13, 14]] implies the list of IDs: {2, 3, 4, 8, 13, 14} (in increasing order).
type SerialModule ¶
Click to show internal directories.
Click to hide internal directories.