Documentation
¶
Index ¶
- func FilterEmptyString(slice []string) []string
- func FilterSlice[T any](slice []T, filter func(T) (bool, error)) ([]T, error)
- func RegexGetMatchByGroup(re *regexp.Regexp, str string) map[string]string
- func RegexMapMatchByGroup(re *regexp.Regexp, match []string) map[string]string
- type PackageInfo
- type PackageTracker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterEmptyString ¶ added in v1.2.1
func FilterSlice ¶ added in v1.2.1
func RegexGetMatchByGroup ¶
Types ¶
type PackageInfo ¶
type PackageTracker ¶
type PackageTracker struct {
Pkgbase string
UpstreamVersion string
RepositoryVersion string
NeedsUpdate bool
Packages []PackageInfo
}
Click to show internal directories.
Click to hide internal directories.