Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockWorkspace
- func (m *MockWorkspace) CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse(ctx context.Context, orgId v202405140.OrgId, ...) (*v20240514.CreateWorkspaceResponse, error)
- func (m *MockWorkspace) CreateWorkspaceWithBodyWithResponse(ctx context.Context, orgId v202405140.OrgId, ...) (*v20240514.CreateWorkspaceResponse, error)
- func (m *MockWorkspace) EXPECT() *MockWorkspaceMockRecorder
- type MockWorkspaceMockRecorder
- func (mr *MockWorkspaceMockRecorder) CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse(ctx, orgId, params, body interface{}, reqEditors ...interface{}) *gomock.Call
- func (mr *MockWorkspaceMockRecorder) CreateWorkspaceWithBodyWithResponse(ctx, orgId, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWorkspace ¶
type MockWorkspace struct {
// contains filtered or unexported fields
}
MockWorkspace is a mock of Workspace interface.
func NewMockWorkspace ¶
func NewMockWorkspace(ctrl *gomock.Controller) *MockWorkspace
NewMockWorkspace creates a new mock instance.
func (*MockWorkspace) CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse ¶
func (m *MockWorkspace) CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse(ctx context.Context, orgId v202405140.OrgId, params *v20240514.CreateWorkspaceParams, body v20240514.CreateWorkspaceApplicationVndAPIPlusJSONRequestBody, reqEditors ...v20240514.RequestEditorFn) (*v20240514.CreateWorkspaceResponse, error)
CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse mocks base method.
func (*MockWorkspace) CreateWorkspaceWithBodyWithResponse ¶
func (m *MockWorkspace) CreateWorkspaceWithBodyWithResponse(ctx context.Context, orgId v202405140.OrgId, params *v20240514.CreateWorkspaceParams, contentType string, body io.Reader, reqEditors ...v20240514.RequestEditorFn) (*v20240514.CreateWorkspaceResponse, error)
CreateWorkspaceWithBodyWithResponse mocks base method.
func (*MockWorkspace) EXPECT ¶
func (m *MockWorkspace) EXPECT() *MockWorkspaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockWorkspaceMockRecorder ¶
type MockWorkspaceMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkspaceMockRecorder is the mock recorder for MockWorkspace.
func (*MockWorkspaceMockRecorder) CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse ¶
func (mr *MockWorkspaceMockRecorder) CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse(ctx, orgId, params, body interface{}, reqEditors ...interface{}) *gomock.Call
CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse indicates an expected call of CreateWorkspaceWithApplicationVndAPIPlusJSONBodyWithResponse.
func (*MockWorkspaceMockRecorder) CreateWorkspaceWithBodyWithResponse ¶
func (mr *MockWorkspaceMockRecorder) CreateWorkspaceWithBodyWithResponse(ctx, orgId, params, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call
CreateWorkspaceWithBodyWithResponse indicates an expected call of CreateWorkspaceWithBodyWithResponse.