package
Version:
v0.0.0-...-6a546ba
Opens a new window with list of versions in this module.
Published: Jun 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Instance() *productTreeImpl
type Config struct {
Token string `json:"token" required:"true"`
PkgRPM PkgRPM `json:"pkg_rpm" required:"true"`
}
type PkgRPM struct {
Org string `json:"org" required:"true"`
Repo string `json:"repo" required:"repo"`
PathPrefix string `json:"path_prefix" required:"true"`
Branch string `json:"branch" required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.