Documentation ¶
Overview ¶
Package lookup provides ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache keeps a cache of recent buildids and their associated git hashes. Since this is only used for ingesting test results this window is fine since we can presume the tests successfully finish running in under a year.
func New ¶
New returns a newly populated *Cache with buildids for the last 2 weeks.
The 'checkout' is only used during the construction of *Cache.
Click to show internal directories.
Click to hide internal directories.