Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeArtifactWriter
- func (fake *FakeArtifactWriter) Invocations() map[string][][]interface{}
- func (fake *FakeArtifactWriter) Write(arg1 v1alpha1.ProfileInstallation, arg2 []artifact.ArtifactWrapper) error
- func (fake *FakeArtifactWriter) WriteArgsForCall(i int) (v1alpha1.ProfileInstallation, []artifact.ArtifactWrapper)
- func (fake *FakeArtifactWriter) WriteCallCount() int
- func (fake *FakeArtifactWriter) WriteCalls(stub func(v1alpha1.ProfileInstallation, []artifact.ArtifactWrapper) error)
- func (fake *FakeArtifactWriter) WriteReturns(result1 error)
- func (fake *FakeArtifactWriter) WriteReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeArtifactWriter ¶
type FakeArtifactWriter struct {
WriteStub func(v1alpha1.ProfileInstallation, []artifact.ArtifactWrapper) error
// contains filtered or unexported fields
}
func (*FakeArtifactWriter) Invocations ¶
func (fake *FakeArtifactWriter) Invocations() map[string][][]interface{}
func (*FakeArtifactWriter) Write ¶
func (fake *FakeArtifactWriter) Write(arg1 v1alpha1.ProfileInstallation, arg2 []artifact.ArtifactWrapper) error
func (*FakeArtifactWriter) WriteArgsForCall ¶
func (fake *FakeArtifactWriter) WriteArgsForCall(i int) (v1alpha1.ProfileInstallation, []artifact.ArtifactWrapper)
func (*FakeArtifactWriter) WriteCallCount ¶
func (fake *FakeArtifactWriter) WriteCallCount() int
func (*FakeArtifactWriter) WriteCalls ¶
func (fake *FakeArtifactWriter) WriteCalls(stub func(v1alpha1.ProfileInstallation, []artifact.ArtifactWrapper) error)
func (*FakeArtifactWriter) WriteReturns ¶
func (fake *FakeArtifactWriter) WriteReturns(result1 error)
func (*FakeArtifactWriter) WriteReturnsOnCall ¶
func (fake *FakeArtifactWriter) WriteReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.