core

package
v2.2.2 Latest Latest
Warning

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

Go to latest
Published: May 29, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package core provides package manager configurations and metadata.

Index

Constants

This section is empty.

Variables

View Source
var PackageManagerConfigs = map[string]*Config{
	constants.FormatAPK:    {},
	constants.PMApt:        {},
	constants.FormatPacman: {},
	constants.PMYum:        {},
	constants.PMZypper:     {},
}

PackageManagerConfigs holds all package manager configurations.

Functions

This section is empty.

Types

type Config

type Config struct {
}

Config holds common configuration for all package managers.

func GetConfig

func GetConfig(packageManager string) *Config

GetConfig returns the configuration for a given package manager.

Jump to

Keyboard shortcuts

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