Searched refs:updatesCache (Results 1 – 2 of 2) sorted by relevance
28 type updatesCache struct { struct40 func (uc *updatesCache) CheckNow() error { argument61 func (uc updatesCache) AreAvailable() bool { argument70 func (uc updatesCache) AreAvailableNoCheck() bool { argument75 func (uc updatesCache) LatestVersion() string { argument79 func (uc updatesCache) ReleaseURL() string { argument85 func (uc updatesCache) ReleaseNotesURL() string { argument98 func newUpdatesCache(expiry time.Duration) *updatesCache {99 cache := updatesCache{
75 updates *updatesCache