Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact interface {
Inspect(ctx context.Context) (reference types.ArtifactReference, err error)
}
type ArtifactInspectArgs ¶
type ArtifactInspectExpectation ¶
type ArtifactInspectExpectation struct { Args ArtifactInspectArgs Returns ArtifactInspectReturns }
type ArtifactInspectReturns ¶
type ArtifactInspectReturns struct { Reference types.ArtifactReference Err error }
type MockArtifact ¶
MockArtifact is an autogenerated mock type for the Artifact type
func (*MockArtifact) ApplyInspectExpectation ¶
func (_m *MockArtifact) ApplyInspectExpectation(e ArtifactInspectExpectation)
func (*MockArtifact) ApplyInspectExpectations ¶
func (_m *MockArtifact) ApplyInspectExpectations(expectations []ArtifactInspectExpectation)
func (*MockArtifact) Inspect ¶
func (_m *MockArtifact) Inspect(ctx context.Context) (types.ArtifactReference, error)
Inspect provides a mock function with given fields: ctx
Click to show internal directories.
Click to hide internal directories.