Documentation
¶
Overview ¶
Package legacy contains all the logic necessary to share scan results using the Registry API.
At the time of this writing, the Registry API for sharing results is being replaced with a corresponding functionality based on the Cloud API. This package is here for historical purposes and will probably be removed in the future.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryClient ¶
type RegistryClient interface {
}type ShareResults ¶
type ShareResults struct {}
func (*ShareResults) ShareResults ¶
func (p *ShareResults) ShareResults(scanResults *results.Results) (registry.ShareResultsResponse, error)
Click to show internal directories.
Click to hide internal directories.