repository

package
v0.0.0-...-2a1849f Latest Latest
Warning

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

Go to latest
Published: May 25, 2025 License: GPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ConnectionString string `toml:"connection_string"`
}

type Repository

type Repository interface {
	service.Service
	ReadPackages(ctx context.Context, packageIds []uuid.UUID) ([]model.Package, error)
}

func New

func New(config *Config, logger *logrus.Logger) Repository

Jump to

Keyboard shortcuts

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