fetch

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EntryLifetime = 30 * time.Minute
View Source
var NowImpl func() time.Time = time.Now

Functions

This section is empty.

Types

type Direct

type Direct struct{}

func (Direct) Fetch

func (Direct) Fetch(ctx context.Context, softwareId string) (rs releases.Releases, err error)

type Fetcher

type Fetcher interface {
	Fetch(ctx context.Context, softwareId string) (rs releases.Releases, err error)
}

func NewCachedFetcher

func NewCachedFetcher(backend Fetcher) Fetcher

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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