Documentation
¶
Overview ¶
Package seccompociartifactmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImpl ¶
type MockImpl struct {
// contains filtered or unexported fields
}
MockImpl is a mock of Impl interface.
func NewMockImpl ¶
func NewMockImpl(ctrl *gomock.Controller) *MockImpl
NewMockImpl creates a new mock instance.
func (*MockImpl) EXPECT ¶
func (m *MockImpl) EXPECT() *MockImplMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockImpl) Pull ¶
func (m *MockImpl) Pull(arg0 context.Context, arg1 string, arg2 *ociartifact.PullOptions) (*ociartifact.Artifact, error)
Pull mocks base method.
type MockImplMockRecorder ¶
type MockImplMockRecorder struct {
// contains filtered or unexported fields
}
MockImplMockRecorder is the mock recorder for MockImpl.
func (*MockImplMockRecorder) Pull ¶
func (mr *MockImplMockRecorder) Pull(arg0, arg1, arg2 interface{}) *gomock.Call
Pull indicates an expected call of Pull.
Click to show internal directories.
Click to hide internal directories.