repostspacemock

package
v1.54.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package repostspacemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRepostspaceAPI

type MockRepostspaceAPI struct {
	// contains filtered or unexported fields
}

MockRepostspaceAPI is a mock of RepostspaceAPI interface

func NewMockRepostspaceAPI

func NewMockRepostspaceAPI(ctrl *gomock.Controller) *MockRepostspaceAPI

NewMockRepostspaceAPI creates a new mock instance

func (*MockRepostspaceAPI) CreateSpace

CreateSpace mocks base method

func (*MockRepostspaceAPI) CreateSpaceRequest

CreateSpaceRequest mocks base method

func (*MockRepostspaceAPI) CreateSpaceWithContext

func (m *MockRepostspaceAPI) CreateSpaceWithContext(arg0 context.Context, arg1 *repostspace.CreateSpaceInput, arg2 ...request.Option) (*repostspace.CreateSpaceOutput, error)

CreateSpaceWithContext mocks base method

func (*MockRepostspaceAPI) DeleteSpace

DeleteSpace mocks base method

func (*MockRepostspaceAPI) DeleteSpaceRequest

DeleteSpaceRequest mocks base method

func (*MockRepostspaceAPI) DeleteSpaceWithContext

func (m *MockRepostspaceAPI) DeleteSpaceWithContext(arg0 context.Context, arg1 *repostspace.DeleteSpaceInput, arg2 ...request.Option) (*repostspace.DeleteSpaceOutput, error)

DeleteSpaceWithContext mocks base method

func (*MockRepostspaceAPI) DeregisterAdmin

DeregisterAdmin mocks base method

func (*MockRepostspaceAPI) DeregisterAdminRequest

DeregisterAdminRequest mocks base method

func (*MockRepostspaceAPI) DeregisterAdminWithContext

DeregisterAdminWithContext mocks base method

func (*MockRepostspaceAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRepostspaceAPI) GetSpace

GetSpace mocks base method

func (*MockRepostspaceAPI) GetSpaceRequest

GetSpaceRequest mocks base method

func (*MockRepostspaceAPI) GetSpaceWithContext

func (m *MockRepostspaceAPI) GetSpaceWithContext(arg0 context.Context, arg1 *repostspace.GetSpaceInput, arg2 ...request.Option) (*repostspace.GetSpaceOutput, error)

GetSpaceWithContext mocks base method

func (*MockRepostspaceAPI) ListSpaces

ListSpaces mocks base method

func (*MockRepostspaceAPI) ListSpacesPages

func (m *MockRepostspaceAPI) ListSpacesPages(arg0 *repostspace.ListSpacesInput, arg1 func(*repostspace.ListSpacesOutput, bool) bool) error

ListSpacesPages mocks base method

func (*MockRepostspaceAPI) ListSpacesPagesWithContext

func (m *MockRepostspaceAPI) ListSpacesPagesWithContext(arg0 context.Context, arg1 *repostspace.ListSpacesInput, arg2 func(*repostspace.ListSpacesOutput, bool) bool, arg3 ...request.Option) error

ListSpacesPagesWithContext mocks base method

func (*MockRepostspaceAPI) ListSpacesRequest

ListSpacesRequest mocks base method

func (*MockRepostspaceAPI) ListSpacesWithContext

func (m *MockRepostspaceAPI) ListSpacesWithContext(arg0 context.Context, arg1 *repostspace.ListSpacesInput, arg2 ...request.Option) (*repostspace.ListSpacesOutput, error)

ListSpacesWithContext mocks base method

func (*MockRepostspaceAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockRepostspaceAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockRepostspaceAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method

func (*MockRepostspaceAPI) RegisterAdmin

RegisterAdmin mocks base method

func (*MockRepostspaceAPI) RegisterAdminRequest

RegisterAdminRequest mocks base method

func (*MockRepostspaceAPI) RegisterAdminWithContext

RegisterAdminWithContext mocks base method

func (*MockRepostspaceAPI) SendInvites

SendInvites mocks base method

func (*MockRepostspaceAPI) SendInvitesRequest

SendInvitesRequest mocks base method

func (*MockRepostspaceAPI) SendInvitesWithContext

func (m *MockRepostspaceAPI) SendInvitesWithContext(arg0 context.Context, arg1 *repostspace.SendInvitesInput, arg2 ...request.Option) (*repostspace.SendInvitesOutput, error)

SendInvitesWithContext mocks base method

func (*MockRepostspaceAPI) TagResource

TagResource mocks base method

func (*MockRepostspaceAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockRepostspaceAPI) TagResourceWithContext

func (m *MockRepostspaceAPI) TagResourceWithContext(arg0 context.Context, arg1 *repostspace.TagResourceInput, arg2 ...request.Option) (*repostspace.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockRepostspaceAPI) UntagResource

UntagResource mocks base method

func (*MockRepostspaceAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockRepostspaceAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

func (*MockRepostspaceAPI) UpdateSpace

UpdateSpace mocks base method

func (*MockRepostspaceAPI) UpdateSpaceRequest

UpdateSpaceRequest mocks base method

func (*MockRepostspaceAPI) UpdateSpaceWithContext

func (m *MockRepostspaceAPI) UpdateSpaceWithContext(arg0 context.Context, arg1 *repostspace.UpdateSpaceInput, arg2 ...request.Option) (*repostspace.UpdateSpaceOutput, error)

UpdateSpaceWithContext mocks base method

type MockRepostspaceAPIMockRecorder

type MockRepostspaceAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockRepostspaceAPIMockRecorder is the mock recorder for MockRepostspaceAPI

func (*MockRepostspaceAPIMockRecorder) CreateSpace

func (mr *MockRepostspaceAPIMockRecorder) CreateSpace(arg0 interface{}) *gomock.Call

CreateSpace indicates an expected call of CreateSpace

func (*MockRepostspaceAPIMockRecorder) CreateSpaceRequest

func (mr *MockRepostspaceAPIMockRecorder) CreateSpaceRequest(arg0 interface{}) *gomock.Call

CreateSpaceRequest indicates an expected call of CreateSpaceRequest

func (*MockRepostspaceAPIMockRecorder) CreateSpaceWithContext

func (mr *MockRepostspaceAPIMockRecorder) CreateSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSpaceWithContext indicates an expected call of CreateSpaceWithContext

func (*MockRepostspaceAPIMockRecorder) DeleteSpace

func (mr *MockRepostspaceAPIMockRecorder) DeleteSpace(arg0 interface{}) *gomock.Call

DeleteSpace indicates an expected call of DeleteSpace

func (*MockRepostspaceAPIMockRecorder) DeleteSpaceRequest

func (mr *MockRepostspaceAPIMockRecorder) DeleteSpaceRequest(arg0 interface{}) *gomock.Call

DeleteSpaceRequest indicates an expected call of DeleteSpaceRequest

func (*MockRepostspaceAPIMockRecorder) DeleteSpaceWithContext

func (mr *MockRepostspaceAPIMockRecorder) DeleteSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSpaceWithContext indicates an expected call of DeleteSpaceWithContext

func (*MockRepostspaceAPIMockRecorder) DeregisterAdmin

func (mr *MockRepostspaceAPIMockRecorder) DeregisterAdmin(arg0 interface{}) *gomock.Call

DeregisterAdmin indicates an expected call of DeregisterAdmin

func (*MockRepostspaceAPIMockRecorder) DeregisterAdminRequest

func (mr *MockRepostspaceAPIMockRecorder) DeregisterAdminRequest(arg0 interface{}) *gomock.Call

DeregisterAdminRequest indicates an expected call of DeregisterAdminRequest

func (*MockRepostspaceAPIMockRecorder) DeregisterAdminWithContext

func (mr *MockRepostspaceAPIMockRecorder) DeregisterAdminWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterAdminWithContext indicates an expected call of DeregisterAdminWithContext

func (*MockRepostspaceAPIMockRecorder) GetSpace

func (mr *MockRepostspaceAPIMockRecorder) GetSpace(arg0 interface{}) *gomock.Call

GetSpace indicates an expected call of GetSpace

func (*MockRepostspaceAPIMockRecorder) GetSpaceRequest

func (mr *MockRepostspaceAPIMockRecorder) GetSpaceRequest(arg0 interface{}) *gomock.Call

GetSpaceRequest indicates an expected call of GetSpaceRequest

func (*MockRepostspaceAPIMockRecorder) GetSpaceWithContext

func (mr *MockRepostspaceAPIMockRecorder) GetSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSpaceWithContext indicates an expected call of GetSpaceWithContext

func (*MockRepostspaceAPIMockRecorder) ListSpaces

func (mr *MockRepostspaceAPIMockRecorder) ListSpaces(arg0 interface{}) *gomock.Call

ListSpaces indicates an expected call of ListSpaces

func (*MockRepostspaceAPIMockRecorder) ListSpacesPages

func (mr *MockRepostspaceAPIMockRecorder) ListSpacesPages(arg0, arg1 interface{}) *gomock.Call

ListSpacesPages indicates an expected call of ListSpacesPages

func (*MockRepostspaceAPIMockRecorder) ListSpacesPagesWithContext

func (mr *MockRepostspaceAPIMockRecorder) ListSpacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSpacesPagesWithContext indicates an expected call of ListSpacesPagesWithContext

func (*MockRepostspaceAPIMockRecorder) ListSpacesRequest

func (mr *MockRepostspaceAPIMockRecorder) ListSpacesRequest(arg0 interface{}) *gomock.Call

ListSpacesRequest indicates an expected call of ListSpacesRequest

func (*MockRepostspaceAPIMockRecorder) ListSpacesWithContext

func (mr *MockRepostspaceAPIMockRecorder) ListSpacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSpacesWithContext indicates an expected call of ListSpacesWithContext

func (*MockRepostspaceAPIMockRecorder) ListTagsForResource

func (mr *MockRepostspaceAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockRepostspaceAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockRepostspaceAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockRepostspaceAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockRepostspaceAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockRepostspaceAPIMockRecorder) RegisterAdmin

func (mr *MockRepostspaceAPIMockRecorder) RegisterAdmin(arg0 interface{}) *gomock.Call

RegisterAdmin indicates an expected call of RegisterAdmin

func (*MockRepostspaceAPIMockRecorder) RegisterAdminRequest

func (mr *MockRepostspaceAPIMockRecorder) RegisterAdminRequest(arg0 interface{}) *gomock.Call

RegisterAdminRequest indicates an expected call of RegisterAdminRequest

func (*MockRepostspaceAPIMockRecorder) RegisterAdminWithContext

func (mr *MockRepostspaceAPIMockRecorder) RegisterAdminWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterAdminWithContext indicates an expected call of RegisterAdminWithContext

func (*MockRepostspaceAPIMockRecorder) SendInvites

func (mr *MockRepostspaceAPIMockRecorder) SendInvites(arg0 interface{}) *gomock.Call

SendInvites indicates an expected call of SendInvites

func (*MockRepostspaceAPIMockRecorder) SendInvitesRequest

func (mr *MockRepostspaceAPIMockRecorder) SendInvitesRequest(arg0 interface{}) *gomock.Call

SendInvitesRequest indicates an expected call of SendInvitesRequest

func (*MockRepostspaceAPIMockRecorder) SendInvitesWithContext

func (mr *MockRepostspaceAPIMockRecorder) SendInvitesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendInvitesWithContext indicates an expected call of SendInvitesWithContext

func (*MockRepostspaceAPIMockRecorder) TagResource

func (mr *MockRepostspaceAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockRepostspaceAPIMockRecorder) TagResourceRequest

func (mr *MockRepostspaceAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockRepostspaceAPIMockRecorder) TagResourceWithContext

func (mr *MockRepostspaceAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockRepostspaceAPIMockRecorder) UntagResource

func (mr *MockRepostspaceAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockRepostspaceAPIMockRecorder) UntagResourceRequest

func (mr *MockRepostspaceAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockRepostspaceAPIMockRecorder) UntagResourceWithContext

func (mr *MockRepostspaceAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockRepostspaceAPIMockRecorder) UpdateSpace

func (mr *MockRepostspaceAPIMockRecorder) UpdateSpace(arg0 interface{}) *gomock.Call

UpdateSpace indicates an expected call of UpdateSpace

func (*MockRepostspaceAPIMockRecorder) UpdateSpaceRequest

func (mr *MockRepostspaceAPIMockRecorder) UpdateSpaceRequest(arg0 interface{}) *gomock.Call

UpdateSpaceRequest indicates an expected call of UpdateSpaceRequest

func (*MockRepostspaceAPIMockRecorder) UpdateSpaceWithContext

func (mr *MockRepostspaceAPIMockRecorder) UpdateSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSpaceWithContext indicates an expected call of UpdateSpaceWithContext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL