Documentation ¶
Overview ¶
Package mock_store is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIWorkspace ¶
type MockIWorkspace struct {
// contains filtered or unexported fields
}
MockIWorkspace is a mock of IWorkspace interface.
func NewMockIWorkspace ¶
func NewMockIWorkspace(ctrl *gomock.Controller) *MockIWorkspace
NewMockIWorkspace creates a new mock instance.
func (*MockIWorkspace) EXPECT ¶
func (m *MockIWorkspace) EXPECT() *MockIWorkspaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIWorkspaceMockRecorder ¶
type MockIWorkspaceMockRecorder struct {
// contains filtered or unexported fields
}
MockIWorkspaceMockRecorder is the mock recorder for MockIWorkspace.
func (*MockIWorkspaceMockRecorder) Get ¶
func (mr *MockIWorkspaceMockRecorder) Get(ctx, userName interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockIWorkspaceMockRecorder) Set ¶
func (mr *MockIWorkspaceMockRecorder) Set(ctx, userName, workspace interface{}) *gomock.Call
Set indicates an expected call of Set.
Click to show internal directories.
Click to hide internal directories.