Home
last modified time | relevance | path

Searched refs:updatesCache (Results 1 – 2 of 2) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/
H A Dupdates.go28 type updatesCache struct { struct
40 func (uc *updatesCache) CheckNow() error { argument
61 func (uc updatesCache) AreAvailable() bool { argument
70 func (uc updatesCache) AreAvailableNoCheck() bool { argument
75 func (uc updatesCache) LatestVersion() string { argument
79 func (uc updatesCache) ReleaseURL() string { argument
85 func (uc updatesCache) ReleaseNotesURL() string { argument
98 func newUpdatesCache(expiry time.Duration) *updatesCache {
99 cache := updatesCache{
H A Dapp.go75 updates *updatesCache