Documentation
¶
Overview ¶
Package history provides an append only, size limited log of recent actions that Tide has taken for each subpool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByNum ¶
type ByNum []PRMeta
ByNum implements sort.Interface for []PRMeta to sort by ascending PR number.
type History ¶
History uses a `*recordLog` per pool to store a record of recent actions that Tide has taken. Using a log per pool ensure that history is retained for inactive pools even if other pools are very active.
func (*History) AllRecords ¶
AllRecords generates a map from pool key -> sorted records for the pool.
Click to show internal directories.
Click to hide internal directories.