Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DumbCoreClient ¶
type DumbCoreClient struct{}
DumbCoreClient provides an empty implement for pkg/clients/core.Client it is only used for testing
func (*DumbCoreClient) DeleteArtifact ¶
func (d *DumbCoreClient) DeleteArtifact(project, repository, digest string) error
DeleteArtifact ...
func (*DumbCoreClient) DeleteArtifactRepository ¶
func (d *DumbCoreClient) DeleteArtifactRepository(project, repository string) error
DeleteArtifactRepository ...
func (*DumbCoreClient) ListAllArtifacts ¶
func (d *DumbCoreClient) ListAllArtifacts(project, repository string) ([]*modelsv2.Artifact, error)
ListAllArtifacts ...
Click to show internal directories.
Click to hide internal directories.