scan

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: May 12, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	ScanArtifact(ctx context.Context, projectName, repositoryName, reference string) (string, error)
	GetReportLog(ctx context.Context, projectName, repositoryName, reference, reportID string) (string, error)
}

type RESTClient

type RESTClient struct {
	Options *config.Options

	LegacyClient *client.Harbor

	// The new client of the harbor v2 API
	V2Client *v2client.Harbor

	// AuthInfo contains the auth information that is provided on API calls.
	AuthInfo runtime.ClientAuthInfoWriter
}

RESTClient is a subclient for handling registry related actions.

func NewClient

func NewClient(legacyClient *client.Harbor, v2Client *v2client.Harbor, opts *config.Options, authInfo runtime.ClientAuthInfoWriter) *RESTClient

func (*RESTClient) GetReportLog

func (c *RESTClient) GetReportLog(ctx context.Context, projectName, repositoryName, reference, reportID string) (interface{}, error)

func (*RESTClient) ScanArtifact

func (c *RESTClient) ScanArtifact(ctx context.Context, projectName, repositoryName, reference string) (interface{}, error)

Jump to

Keyboard shortcuts

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