repository

package
v0.0.25-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PackageRepository

type PackageRepository struct {
	GetVersionStrings      func(depName string, knowledge *bun.DB) ([]string, error)
	GetVersionStringsBelow func(depName string, depVersion string, limit int, knowledge *bun.DB) ([]string, error)
	GetVersionStringsAbove func(depName string, depVersion string, limit int, knowledge *bun.DB) ([]string, error)
	GetFirstVersionString  func(depName string, knowledge *bun.DB) (string, error)
	GetLastVersionString   func(depName string, knowledge *bun.DB) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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