Documentation ¶
Overview ¶
Package repostspacemock is a generated GoMock package.
Index ¶
- type MockRepostspaceAPI
- func (m *MockRepostspaceAPI) CreateSpace(arg0 *repostspace.CreateSpaceInput) (*repostspace.CreateSpaceOutput, error)
- func (m *MockRepostspaceAPI) CreateSpaceRequest(arg0 *repostspace.CreateSpaceInput) (*request.Request, *repostspace.CreateSpaceOutput)
- func (m *MockRepostspaceAPI) CreateSpaceWithContext(arg0 context.Context, arg1 *repostspace.CreateSpaceInput, ...) (*repostspace.CreateSpaceOutput, error)
- func (m *MockRepostspaceAPI) DeleteSpace(arg0 *repostspace.DeleteSpaceInput) (*repostspace.DeleteSpaceOutput, error)
- func (m *MockRepostspaceAPI) DeleteSpaceRequest(arg0 *repostspace.DeleteSpaceInput) (*request.Request, *repostspace.DeleteSpaceOutput)
- func (m *MockRepostspaceAPI) DeleteSpaceWithContext(arg0 context.Context, arg1 *repostspace.DeleteSpaceInput, ...) (*repostspace.DeleteSpaceOutput, error)
- func (m *MockRepostspaceAPI) DeregisterAdmin(arg0 *repostspace.DeregisterAdminInput) (*repostspace.DeregisterAdminOutput, error)
- func (m *MockRepostspaceAPI) DeregisterAdminRequest(arg0 *repostspace.DeregisterAdminInput) (*request.Request, *repostspace.DeregisterAdminOutput)
- func (m *MockRepostspaceAPI) DeregisterAdminWithContext(arg0 context.Context, arg1 *repostspace.DeregisterAdminInput, ...) (*repostspace.DeregisterAdminOutput, error)
- func (m *MockRepostspaceAPI) EXPECT() *MockRepostspaceAPIMockRecorder
- func (m *MockRepostspaceAPI) GetSpace(arg0 *repostspace.GetSpaceInput) (*repostspace.GetSpaceOutput, error)
- func (m *MockRepostspaceAPI) GetSpaceRequest(arg0 *repostspace.GetSpaceInput) (*request.Request, *repostspace.GetSpaceOutput)
- func (m *MockRepostspaceAPI) GetSpaceWithContext(arg0 context.Context, arg1 *repostspace.GetSpaceInput, arg2 ...request.Option) (*repostspace.GetSpaceOutput, error)
- func (m *MockRepostspaceAPI) ListSpaces(arg0 *repostspace.ListSpacesInput) (*repostspace.ListSpacesOutput, error)
- func (m *MockRepostspaceAPI) ListSpacesPages(arg0 *repostspace.ListSpacesInput, ...) error
- func (m *MockRepostspaceAPI) ListSpacesPagesWithContext(arg0 context.Context, arg1 *repostspace.ListSpacesInput, ...) error
- func (m *MockRepostspaceAPI) ListSpacesRequest(arg0 *repostspace.ListSpacesInput) (*request.Request, *repostspace.ListSpacesOutput)
- func (m *MockRepostspaceAPI) ListSpacesWithContext(arg0 context.Context, arg1 *repostspace.ListSpacesInput, ...) (*repostspace.ListSpacesOutput, error)
- func (m *MockRepostspaceAPI) ListTagsForResource(arg0 *repostspace.ListTagsForResourceInput) (*repostspace.ListTagsForResourceOutput, error)
- func (m *MockRepostspaceAPI) ListTagsForResourceRequest(arg0 *repostspace.ListTagsForResourceInput) (*request.Request, *repostspace.ListTagsForResourceOutput)
- func (m *MockRepostspaceAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *repostspace.ListTagsForResourceInput, ...) (*repostspace.ListTagsForResourceOutput, error)
- func (m *MockRepostspaceAPI) RegisterAdmin(arg0 *repostspace.RegisterAdminInput) (*repostspace.RegisterAdminOutput, error)
- func (m *MockRepostspaceAPI) RegisterAdminRequest(arg0 *repostspace.RegisterAdminInput) (*request.Request, *repostspace.RegisterAdminOutput)
- func (m *MockRepostspaceAPI) RegisterAdminWithContext(arg0 context.Context, arg1 *repostspace.RegisterAdminInput, ...) (*repostspace.RegisterAdminOutput, error)
- func (m *MockRepostspaceAPI) SendInvites(arg0 *repostspace.SendInvitesInput) (*repostspace.SendInvitesOutput, error)
- func (m *MockRepostspaceAPI) SendInvitesRequest(arg0 *repostspace.SendInvitesInput) (*request.Request, *repostspace.SendInvitesOutput)
- func (m *MockRepostspaceAPI) SendInvitesWithContext(arg0 context.Context, arg1 *repostspace.SendInvitesInput, ...) (*repostspace.SendInvitesOutput, error)
- func (m *MockRepostspaceAPI) TagResource(arg0 *repostspace.TagResourceInput) (*repostspace.TagResourceOutput, error)
- func (m *MockRepostspaceAPI) TagResourceRequest(arg0 *repostspace.TagResourceInput) (*request.Request, *repostspace.TagResourceOutput)
- func (m *MockRepostspaceAPI) TagResourceWithContext(arg0 context.Context, arg1 *repostspace.TagResourceInput, ...) (*repostspace.TagResourceOutput, error)
- func (m *MockRepostspaceAPI) UntagResource(arg0 *repostspace.UntagResourceInput) (*repostspace.UntagResourceOutput, error)
- func (m *MockRepostspaceAPI) UntagResourceRequest(arg0 *repostspace.UntagResourceInput) (*request.Request, *repostspace.UntagResourceOutput)
- func (m *MockRepostspaceAPI) UntagResourceWithContext(arg0 context.Context, arg1 *repostspace.UntagResourceInput, ...) (*repostspace.UntagResourceOutput, error)
- func (m *MockRepostspaceAPI) UpdateSpace(arg0 *repostspace.UpdateSpaceInput) (*repostspace.UpdateSpaceOutput, error)
- func (m *MockRepostspaceAPI) UpdateSpaceRequest(arg0 *repostspace.UpdateSpaceInput) (*request.Request, *repostspace.UpdateSpaceOutput)
- func (m *MockRepostspaceAPI) UpdateSpaceWithContext(arg0 context.Context, arg1 *repostspace.UpdateSpaceInput, ...) (*repostspace.UpdateSpaceOutput, error)
- type MockRepostspaceAPIMockRecorder
- func (mr *MockRepostspaceAPIMockRecorder) CreateSpace(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) CreateSpaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) CreateSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) DeleteSpace(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) DeleteSpaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) DeleteSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) DeregisterAdmin(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) DeregisterAdminRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) DeregisterAdminWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) GetSpace(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) GetSpaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) GetSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListSpaces(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListSpacesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListSpacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListSpacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListSpacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) RegisterAdmin(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) RegisterAdminRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) RegisterAdminWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) SendInvites(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) SendInvitesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) SendInvitesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) UpdateSpace(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) UpdateSpaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRepostspaceAPIMockRecorder) UpdateSpaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockRepostspaceAPI) CreateSpace(arg0 *repostspace.CreateSpaceInput) (*repostspace.CreateSpaceOutput, error)
CreateSpace mocks base method
func (*MockRepostspaceAPI) CreateSpaceRequest ¶
func (m *MockRepostspaceAPI) CreateSpaceRequest(arg0 *repostspace.CreateSpaceInput) (*request.Request, *repostspace.CreateSpaceOutput)
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 ¶
func (m *MockRepostspaceAPI) DeleteSpace(arg0 *repostspace.DeleteSpaceInput) (*repostspace.DeleteSpaceOutput, error)
DeleteSpace mocks base method
func (*MockRepostspaceAPI) DeleteSpaceRequest ¶
func (m *MockRepostspaceAPI) DeleteSpaceRequest(arg0 *repostspace.DeleteSpaceInput) (*request.Request, *repostspace.DeleteSpaceOutput)
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 ¶
func (m *MockRepostspaceAPI) DeregisterAdmin(arg0 *repostspace.DeregisterAdminInput) (*repostspace.DeregisterAdminOutput, error)
DeregisterAdmin mocks base method
func (*MockRepostspaceAPI) DeregisterAdminRequest ¶
func (m *MockRepostspaceAPI) DeregisterAdminRequest(arg0 *repostspace.DeregisterAdminInput) (*request.Request, *repostspace.DeregisterAdminOutput)
DeregisterAdminRequest mocks base method
func (*MockRepostspaceAPI) DeregisterAdminWithContext ¶
func (m *MockRepostspaceAPI) DeregisterAdminWithContext(arg0 context.Context, arg1 *repostspace.DeregisterAdminInput, arg2 ...request.Option) (*repostspace.DeregisterAdminOutput, error)
DeregisterAdminWithContext mocks base method
func (*MockRepostspaceAPI) EXPECT ¶
func (m *MockRepostspaceAPI) EXPECT() *MockRepostspaceAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRepostspaceAPI) GetSpace ¶
func (m *MockRepostspaceAPI) GetSpace(arg0 *repostspace.GetSpaceInput) (*repostspace.GetSpaceOutput, error)
GetSpace mocks base method
func (*MockRepostspaceAPI) GetSpaceRequest ¶
func (m *MockRepostspaceAPI) GetSpaceRequest(arg0 *repostspace.GetSpaceInput) (*request.Request, *repostspace.GetSpaceOutput)
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 ¶
func (m *MockRepostspaceAPI) ListSpaces(arg0 *repostspace.ListSpacesInput) (*repostspace.ListSpacesOutput, error)
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 ¶
func (m *MockRepostspaceAPI) ListSpacesRequest(arg0 *repostspace.ListSpacesInput) (*request.Request, *repostspace.ListSpacesOutput)
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 ¶
func (m *MockRepostspaceAPI) ListTagsForResource(arg0 *repostspace.ListTagsForResourceInput) (*repostspace.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockRepostspaceAPI) ListTagsForResourceRequest ¶
func (m *MockRepostspaceAPI) ListTagsForResourceRequest(arg0 *repostspace.ListTagsForResourceInput) (*request.Request, *repostspace.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockRepostspaceAPI) ListTagsForResourceWithContext ¶
func (m *MockRepostspaceAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *repostspace.ListTagsForResourceInput, arg2 ...request.Option) (*repostspace.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockRepostspaceAPI) RegisterAdmin ¶
func (m *MockRepostspaceAPI) RegisterAdmin(arg0 *repostspace.RegisterAdminInput) (*repostspace.RegisterAdminOutput, error)
RegisterAdmin mocks base method
func (*MockRepostspaceAPI) RegisterAdminRequest ¶
func (m *MockRepostspaceAPI) RegisterAdminRequest(arg0 *repostspace.RegisterAdminInput) (*request.Request, *repostspace.RegisterAdminOutput)
RegisterAdminRequest mocks base method
func (*MockRepostspaceAPI) RegisterAdminWithContext ¶
func (m *MockRepostspaceAPI) RegisterAdminWithContext(arg0 context.Context, arg1 *repostspace.RegisterAdminInput, arg2 ...request.Option) (*repostspace.RegisterAdminOutput, error)
RegisterAdminWithContext mocks base method
func (*MockRepostspaceAPI) SendInvites ¶
func (m *MockRepostspaceAPI) SendInvites(arg0 *repostspace.SendInvitesInput) (*repostspace.SendInvitesOutput, error)
SendInvites mocks base method
func (*MockRepostspaceAPI) SendInvitesRequest ¶
func (m *MockRepostspaceAPI) SendInvitesRequest(arg0 *repostspace.SendInvitesInput) (*request.Request, *repostspace.SendInvitesOutput)
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 ¶
func (m *MockRepostspaceAPI) TagResource(arg0 *repostspace.TagResourceInput) (*repostspace.TagResourceOutput, error)
TagResource mocks base method
func (*MockRepostspaceAPI) TagResourceRequest ¶
func (m *MockRepostspaceAPI) TagResourceRequest(arg0 *repostspace.TagResourceInput) (*request.Request, *repostspace.TagResourceOutput)
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 ¶
func (m *MockRepostspaceAPI) UntagResource(arg0 *repostspace.UntagResourceInput) (*repostspace.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockRepostspaceAPI) UntagResourceRequest ¶
func (m *MockRepostspaceAPI) UntagResourceRequest(arg0 *repostspace.UntagResourceInput) (*request.Request, *repostspace.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockRepostspaceAPI) UntagResourceWithContext ¶
func (m *MockRepostspaceAPI) UntagResourceWithContext(arg0 context.Context, arg1 *repostspace.UntagResourceInput, arg2 ...request.Option) (*repostspace.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockRepostspaceAPI) UpdateSpace ¶
func (m *MockRepostspaceAPI) UpdateSpace(arg0 *repostspace.UpdateSpaceInput) (*repostspace.UpdateSpaceOutput, error)
UpdateSpace mocks base method
func (*MockRepostspaceAPI) UpdateSpaceRequest ¶
func (m *MockRepostspaceAPI) UpdateSpaceRequest(arg0 *repostspace.UpdateSpaceInput) (*request.Request, *repostspace.UpdateSpaceOutput)
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