queue

package
v0.0.0-...-71932e2 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crawler

type Crawler interface {
	Enqueue(context.Context, resp.ModuleAndVersion) error
	Wait(context.Context) error
}

Crawler accepts module/version pairs, fetches version lists for the module, and then submits the new versions to Athens

func InMemory

func InMemory(
	ctx context.Context,
	endpoint string,
	ghCl *github.Client,
	ghTickDur time.Duration,
	athensTickDur time.Duration,
) Crawler

InMemory creates a new crawler implementation that works only in memory

Jump to

Keyboard shortcuts

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