cache

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCacheDir

func GetCacheDir() (string, error)

func IsExpired

func IsExpired(lastUpdate time.Time, ttl time.Duration) bool

func Save

func Save(repos []Repo) error

Types

type Data

type Data struct {
	Repositories []Repo    `json:"repositories"`
	LastUpdate   time.Time `json:"last_update"`
}

func Load

func Load() (*Data, error)

type Repo

type Repo struct {
	FullName  string    `json:"full_name"`
	Private   bool      `json:"private"`
	UpdatedAt time.Time `json:"updated_at"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL