Documentation ¶
Overview ¶
Package mock_registry is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImageRegistry ¶
type MockImageRegistry struct {
// contains filtered or unexported fields
}
MockImageRegistry is a mock of ImageRegistry interface.
func NewMockImageRegistry ¶
func NewMockImageRegistry(ctrl *gomock.Controller) *MockImageRegistry
NewMockImageRegistry creates a new mock instance.
func (*MockImageRegistry) Catalog ¶
func (m *MockImageRegistry) Catalog() ([]registry.Repository, error)
Catalog mocks base method.
func (*MockImageRegistry) Delete ¶
func (m *MockImageRegistry) Delete(repo registry.Repository) error
Delete mocks base method.
func (*MockImageRegistry) EXPECT ¶
func (m *MockImageRegistry) EXPECT() *MockImageRegistryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockImageRegistryMockRecorder ¶
type MockImageRegistryMockRecorder struct {
// contains filtered or unexported fields
}
MockImageRegistryMockRecorder is the mock recorder for MockImageRegistry.
func (*MockImageRegistryMockRecorder) Catalog ¶
func (mr *MockImageRegistryMockRecorder) Catalog() *gomock.Call
Catalog indicates an expected call of Catalog.
Click to show internal directories.
Click to hide internal directories.