parentlesscheck

package
v0.0.0-...-985cc99 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker struct {
	HeavyCheck HeavyCheck
	LightCheck LightCheck
}

func (*Checker) Enqueue

func (c *Checker) Enqueue(e dag.Event, checked func(error))

Enqueue tries to fill gaps the fetcher's future import queue.

type HeavyCheck

type HeavyCheck interface {
	Enqueue(e dag.Event, checked func(error)) error
}

type LightCheck

type LightCheck func(dag.Event) error

Jump to

Keyboard shortcuts

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