dependencies

package
v0.0.0-...-ce96b73 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lookup

type Lookup struct {
	Store
}

func (*Lookup) Transitive

func (r *Lookup) Transitive(id string) ([]string, error)

type Store

type Store interface {
	Direct(id string) ([]string, error)
}

func Cache

func Cache(s Store) Store

func CustomDatabase

func CustomDatabase(db *sql.DB, query string) Store

func DefaultDatabase

func DefaultDatabase(db *sql.DB) Store

Jump to

Keyboard shortcuts

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