Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogServicesManager ¶
type CatalogServicesManager struct {
// contains filtered or unexported fields
}
CatalogServicesManager defines the http client and general configuration
func New ¶
func New(config config.Config) (*CatalogServicesManager, error)
New creates a service manager to interact with Catalog
func (*CatalogServicesManager) Enrich ¶
Enrich will enrich the CycloneDX BOM with additional security information
func (*CatalogServicesManager) GetVersion ¶
func (cm *CatalogServicesManager) GetVersion() (string, error)
GetVersion will return the Catalog version
func (*CatalogServicesManager) SetProjectKey ¶
func (cm *CatalogServicesManager) SetProjectKey(projectKey string) *CatalogServicesManager
Click to show internal directories.
Click to hide internal directories.