Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSyncWriter ¶
type MockSyncWriter struct {
// contains filtered or unexported fields
}
MockSyncWriter is a mock of SyncWriter interface.
func NewMockSyncWriter ¶
func NewMockSyncWriter(ctrl *gomock.Controller) *MockSyncWriter
NewMockSyncWriter creates a new mock instance.
func (*MockSyncWriter) EXPECT ¶
func (m *MockSyncWriter) EXPECT() *MockSyncWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSyncWriter) Store ¶
func (m *MockSyncWriter) Store(ctx context.Context, registryName string, reg *registry.UpstreamRegistry) error
Store mocks base method.
type MockSyncWriterMockRecorder ¶
type MockSyncWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockSyncWriterMockRecorder is the mock recorder for MockSyncWriter.
Click to show internal directories.
Click to hide internal directories.