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 MockObjectStorage ¶
type MockObjectStorage struct {
// contains filtered or unexported fields
}
MockObjectStorage is a mock of ObjectStorage interface.
func NewMockObjectStorage ¶
func NewMockObjectStorage(ctrl *gomock.Controller) *MockObjectStorage
NewMockObjectStorage creates a new mock instance.
func (*MockObjectStorage) EXPECT ¶
func (m *MockObjectStorage) EXPECT() *MockObjectStorageMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockObjectStorageMockRecorder ¶
type MockObjectStorageMockRecorder struct {
// contains filtered or unexported fields
}
MockObjectStorageMockRecorder is the mock recorder for MockObjectStorage.
func (*MockObjectStorageMockRecorder) Serve ¶
func (mr *MockObjectStorageMockRecorder) Serve(lis interface{}) *gomock.Call
Serve indicates an expected call of Serve.
func (*MockObjectStorageMockRecorder) Stop ¶
func (mr *MockObjectStorageMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.