Documentation ¶
Overview ¶
Package ivschatmock is a generated GoMock package.
Index ¶
- type MockIvschatAPI
- func (m *MockIvschatAPI) CreateChatToken(arg0 *ivschat.CreateChatTokenInput) (*ivschat.CreateChatTokenOutput, error)
- func (m *MockIvschatAPI) CreateChatTokenRequest(arg0 *ivschat.CreateChatTokenInput) (*request.Request, *ivschat.CreateChatTokenOutput)
- func (m *MockIvschatAPI) CreateChatTokenWithContext(arg0 context.Context, arg1 *ivschat.CreateChatTokenInput, ...) (*ivschat.CreateChatTokenOutput, error)
- func (m *MockIvschatAPI) CreateLoggingConfiguration(arg0 *ivschat.CreateLoggingConfigurationInput) (*ivschat.CreateLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) CreateLoggingConfigurationRequest(arg0 *ivschat.CreateLoggingConfigurationInput) (*request.Request, *ivschat.CreateLoggingConfigurationOutput)
- func (m *MockIvschatAPI) CreateLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.CreateLoggingConfigurationInput, ...) (*ivschat.CreateLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) CreateRoom(arg0 *ivschat.CreateRoomInput) (*ivschat.CreateRoomOutput, error)
- func (m *MockIvschatAPI) CreateRoomRequest(arg0 *ivschat.CreateRoomInput) (*request.Request, *ivschat.CreateRoomOutput)
- func (m *MockIvschatAPI) CreateRoomWithContext(arg0 context.Context, arg1 *ivschat.CreateRoomInput, arg2 ...request.Option) (*ivschat.CreateRoomOutput, error)
- func (m *MockIvschatAPI) DeleteLoggingConfiguration(arg0 *ivschat.DeleteLoggingConfigurationInput) (*ivschat.DeleteLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) DeleteLoggingConfigurationRequest(arg0 *ivschat.DeleteLoggingConfigurationInput) (*request.Request, *ivschat.DeleteLoggingConfigurationOutput)
- func (m *MockIvschatAPI) DeleteLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.DeleteLoggingConfigurationInput, ...) (*ivschat.DeleteLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) DeleteMessage(arg0 *ivschat.DeleteMessageInput) (*ivschat.DeleteMessageOutput, error)
- func (m *MockIvschatAPI) DeleteMessageRequest(arg0 *ivschat.DeleteMessageInput) (*request.Request, *ivschat.DeleteMessageOutput)
- func (m *MockIvschatAPI) DeleteMessageWithContext(arg0 context.Context, arg1 *ivschat.DeleteMessageInput, arg2 ...request.Option) (*ivschat.DeleteMessageOutput, error)
- func (m *MockIvschatAPI) DeleteRoom(arg0 *ivschat.DeleteRoomInput) (*ivschat.DeleteRoomOutput, error)
- func (m *MockIvschatAPI) DeleteRoomRequest(arg0 *ivschat.DeleteRoomInput) (*request.Request, *ivschat.DeleteRoomOutput)
- func (m *MockIvschatAPI) DeleteRoomWithContext(arg0 context.Context, arg1 *ivschat.DeleteRoomInput, arg2 ...request.Option) (*ivschat.DeleteRoomOutput, error)
- func (m *MockIvschatAPI) DisconnectUser(arg0 *ivschat.DisconnectUserInput) (*ivschat.DisconnectUserOutput, error)
- func (m *MockIvschatAPI) DisconnectUserRequest(arg0 *ivschat.DisconnectUserInput) (*request.Request, *ivschat.DisconnectUserOutput)
- func (m *MockIvschatAPI) DisconnectUserWithContext(arg0 context.Context, arg1 *ivschat.DisconnectUserInput, ...) (*ivschat.DisconnectUserOutput, error)
- func (m *MockIvschatAPI) EXPECT() *MockIvschatAPIMockRecorder
- func (m *MockIvschatAPI) GetLoggingConfiguration(arg0 *ivschat.GetLoggingConfigurationInput) (*ivschat.GetLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) GetLoggingConfigurationRequest(arg0 *ivschat.GetLoggingConfigurationInput) (*request.Request, *ivschat.GetLoggingConfigurationOutput)
- func (m *MockIvschatAPI) GetLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.GetLoggingConfigurationInput, ...) (*ivschat.GetLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) GetRoom(arg0 *ivschat.GetRoomInput) (*ivschat.GetRoomOutput, error)
- func (m *MockIvschatAPI) GetRoomRequest(arg0 *ivschat.GetRoomInput) (*request.Request, *ivschat.GetRoomOutput)
- func (m *MockIvschatAPI) GetRoomWithContext(arg0 context.Context, arg1 *ivschat.GetRoomInput, arg2 ...request.Option) (*ivschat.GetRoomOutput, error)
- func (m *MockIvschatAPI) ListLoggingConfigurations(arg0 *ivschat.ListLoggingConfigurationsInput) (*ivschat.ListLoggingConfigurationsOutput, error)
- func (m *MockIvschatAPI) ListLoggingConfigurationsPages(arg0 *ivschat.ListLoggingConfigurationsInput, ...) error
- func (m *MockIvschatAPI) ListLoggingConfigurationsPagesWithContext(arg0 context.Context, arg1 *ivschat.ListLoggingConfigurationsInput, ...) error
- func (m *MockIvschatAPI) ListLoggingConfigurationsRequest(arg0 *ivschat.ListLoggingConfigurationsInput) (*request.Request, *ivschat.ListLoggingConfigurationsOutput)
- func (m *MockIvschatAPI) ListLoggingConfigurationsWithContext(arg0 context.Context, arg1 *ivschat.ListLoggingConfigurationsInput, ...) (*ivschat.ListLoggingConfigurationsOutput, error)
- func (m *MockIvschatAPI) ListRooms(arg0 *ivschat.ListRoomsInput) (*ivschat.ListRoomsOutput, error)
- func (m *MockIvschatAPI) ListRoomsPages(arg0 *ivschat.ListRoomsInput, arg1 func(*ivschat.ListRoomsOutput, bool) bool) error
- func (m *MockIvschatAPI) ListRoomsPagesWithContext(arg0 context.Context, arg1 *ivschat.ListRoomsInput, ...) error
- func (m *MockIvschatAPI) ListRoomsRequest(arg0 *ivschat.ListRoomsInput) (*request.Request, *ivschat.ListRoomsOutput)
- func (m *MockIvschatAPI) ListRoomsWithContext(arg0 context.Context, arg1 *ivschat.ListRoomsInput, arg2 ...request.Option) (*ivschat.ListRoomsOutput, error)
- func (m *MockIvschatAPI) ListTagsForResource(arg0 *ivschat.ListTagsForResourceInput) (*ivschat.ListTagsForResourceOutput, error)
- func (m *MockIvschatAPI) ListTagsForResourceRequest(arg0 *ivschat.ListTagsForResourceInput) (*request.Request, *ivschat.ListTagsForResourceOutput)
- func (m *MockIvschatAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *ivschat.ListTagsForResourceInput, ...) (*ivschat.ListTagsForResourceOutput, error)
- func (m *MockIvschatAPI) SendEvent(arg0 *ivschat.SendEventInput) (*ivschat.SendEventOutput, error)
- func (m *MockIvschatAPI) SendEventRequest(arg0 *ivschat.SendEventInput) (*request.Request, *ivschat.SendEventOutput)
- func (m *MockIvschatAPI) SendEventWithContext(arg0 context.Context, arg1 *ivschat.SendEventInput, arg2 ...request.Option) (*ivschat.SendEventOutput, error)
- func (m *MockIvschatAPI) TagResource(arg0 *ivschat.TagResourceInput) (*ivschat.TagResourceOutput, error)
- func (m *MockIvschatAPI) TagResourceRequest(arg0 *ivschat.TagResourceInput) (*request.Request, *ivschat.TagResourceOutput)
- func (m *MockIvschatAPI) TagResourceWithContext(arg0 context.Context, arg1 *ivschat.TagResourceInput, arg2 ...request.Option) (*ivschat.TagResourceOutput, error)
- func (m *MockIvschatAPI) UntagResource(arg0 *ivschat.UntagResourceInput) (*ivschat.UntagResourceOutput, error)
- func (m *MockIvschatAPI) UntagResourceRequest(arg0 *ivschat.UntagResourceInput) (*request.Request, *ivschat.UntagResourceOutput)
- func (m *MockIvschatAPI) UntagResourceWithContext(arg0 context.Context, arg1 *ivschat.UntagResourceInput, arg2 ...request.Option) (*ivschat.UntagResourceOutput, error)
- func (m *MockIvschatAPI) UpdateLoggingConfiguration(arg0 *ivschat.UpdateLoggingConfigurationInput) (*ivschat.UpdateLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) UpdateLoggingConfigurationRequest(arg0 *ivschat.UpdateLoggingConfigurationInput) (*request.Request, *ivschat.UpdateLoggingConfigurationOutput)
- func (m *MockIvschatAPI) UpdateLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.UpdateLoggingConfigurationInput, ...) (*ivschat.UpdateLoggingConfigurationOutput, error)
- func (m *MockIvschatAPI) UpdateRoom(arg0 *ivschat.UpdateRoomInput) (*ivschat.UpdateRoomOutput, error)
- func (m *MockIvschatAPI) UpdateRoomRequest(arg0 *ivschat.UpdateRoomInput) (*request.Request, *ivschat.UpdateRoomOutput)
- func (m *MockIvschatAPI) UpdateRoomWithContext(arg0 context.Context, arg1 *ivschat.UpdateRoomInput, arg2 ...request.Option) (*ivschat.UpdateRoomOutput, error)
- type MockIvschatAPIMockRecorder
- func (mr *MockIvschatAPIMockRecorder) CreateChatToken(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateChatTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateChatTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateRoom(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateRoomRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) CreateRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteMessage(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteMessageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteRoom(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteRoomRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DeleteRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DisconnectUser(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DisconnectUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) DisconnectUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) GetLoggingConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) GetLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) GetLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) GetRoom(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) GetRoomRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) GetRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListRooms(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListRoomsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListRoomsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListRoomsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListRoomsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) SendEvent(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) SendEventRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) SendEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UpdateRoom(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UpdateRoomRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIvschatAPIMockRecorder) UpdateRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIvschatAPI ¶
type MockIvschatAPI struct {
// contains filtered or unexported fields
}
MockIvschatAPI is a mock of IvschatAPI interface
func NewMockIvschatAPI ¶
func NewMockIvschatAPI(ctrl *gomock.Controller) *MockIvschatAPI
NewMockIvschatAPI creates a new mock instance
func (*MockIvschatAPI) CreateChatToken ¶
func (m *MockIvschatAPI) CreateChatToken(arg0 *ivschat.CreateChatTokenInput) (*ivschat.CreateChatTokenOutput, error)
CreateChatToken mocks base method
func (*MockIvschatAPI) CreateChatTokenRequest ¶
func (m *MockIvschatAPI) CreateChatTokenRequest(arg0 *ivschat.CreateChatTokenInput) (*request.Request, *ivschat.CreateChatTokenOutput)
CreateChatTokenRequest mocks base method
func (*MockIvschatAPI) CreateChatTokenWithContext ¶
func (m *MockIvschatAPI) CreateChatTokenWithContext(arg0 context.Context, arg1 *ivschat.CreateChatTokenInput, arg2 ...request.Option) (*ivschat.CreateChatTokenOutput, error)
CreateChatTokenWithContext mocks base method
func (*MockIvschatAPI) CreateLoggingConfiguration ¶ added in v1.44.140
func (m *MockIvschatAPI) CreateLoggingConfiguration(arg0 *ivschat.CreateLoggingConfigurationInput) (*ivschat.CreateLoggingConfigurationOutput, error)
CreateLoggingConfiguration mocks base method
func (*MockIvschatAPI) CreateLoggingConfigurationRequest ¶ added in v1.44.140
func (m *MockIvschatAPI) CreateLoggingConfigurationRequest(arg0 *ivschat.CreateLoggingConfigurationInput) (*request.Request, *ivschat.CreateLoggingConfigurationOutput)
CreateLoggingConfigurationRequest mocks base method
func (*MockIvschatAPI) CreateLoggingConfigurationWithContext ¶ added in v1.44.140
func (m *MockIvschatAPI) CreateLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.CreateLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.CreateLoggingConfigurationOutput, error)
CreateLoggingConfigurationWithContext mocks base method
func (*MockIvschatAPI) CreateRoom ¶
func (m *MockIvschatAPI) CreateRoom(arg0 *ivschat.CreateRoomInput) (*ivschat.CreateRoomOutput, error)
CreateRoom mocks base method
func (*MockIvschatAPI) CreateRoomRequest ¶
func (m *MockIvschatAPI) CreateRoomRequest(arg0 *ivschat.CreateRoomInput) (*request.Request, *ivschat.CreateRoomOutput)
CreateRoomRequest mocks base method
func (*MockIvschatAPI) CreateRoomWithContext ¶
func (m *MockIvschatAPI) CreateRoomWithContext(arg0 context.Context, arg1 *ivschat.CreateRoomInput, arg2 ...request.Option) (*ivschat.CreateRoomOutput, error)
CreateRoomWithContext mocks base method
func (*MockIvschatAPI) DeleteLoggingConfiguration ¶ added in v1.44.140
func (m *MockIvschatAPI) DeleteLoggingConfiguration(arg0 *ivschat.DeleteLoggingConfigurationInput) (*ivschat.DeleteLoggingConfigurationOutput, error)
DeleteLoggingConfiguration mocks base method
func (*MockIvschatAPI) DeleteLoggingConfigurationRequest ¶ added in v1.44.140
func (m *MockIvschatAPI) DeleteLoggingConfigurationRequest(arg0 *ivschat.DeleteLoggingConfigurationInput) (*request.Request, *ivschat.DeleteLoggingConfigurationOutput)
DeleteLoggingConfigurationRequest mocks base method
func (*MockIvschatAPI) DeleteLoggingConfigurationWithContext ¶ added in v1.44.140
func (m *MockIvschatAPI) DeleteLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.DeleteLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.DeleteLoggingConfigurationOutput, error)
DeleteLoggingConfigurationWithContext mocks base method
func (*MockIvschatAPI) DeleteMessage ¶
func (m *MockIvschatAPI) DeleteMessage(arg0 *ivschat.DeleteMessageInput) (*ivschat.DeleteMessageOutput, error)
DeleteMessage mocks base method
func (*MockIvschatAPI) DeleteMessageRequest ¶
func (m *MockIvschatAPI) DeleteMessageRequest(arg0 *ivschat.DeleteMessageInput) (*request.Request, *ivschat.DeleteMessageOutput)
DeleteMessageRequest mocks base method
func (*MockIvschatAPI) DeleteMessageWithContext ¶
func (m *MockIvschatAPI) DeleteMessageWithContext(arg0 context.Context, arg1 *ivschat.DeleteMessageInput, arg2 ...request.Option) (*ivschat.DeleteMessageOutput, error)
DeleteMessageWithContext mocks base method
func (*MockIvschatAPI) DeleteRoom ¶
func (m *MockIvschatAPI) DeleteRoom(arg0 *ivschat.DeleteRoomInput) (*ivschat.DeleteRoomOutput, error)
DeleteRoom mocks base method
func (*MockIvschatAPI) DeleteRoomRequest ¶
func (m *MockIvschatAPI) DeleteRoomRequest(arg0 *ivschat.DeleteRoomInput) (*request.Request, *ivschat.DeleteRoomOutput)
DeleteRoomRequest mocks base method
func (*MockIvschatAPI) DeleteRoomWithContext ¶
func (m *MockIvschatAPI) DeleteRoomWithContext(arg0 context.Context, arg1 *ivschat.DeleteRoomInput, arg2 ...request.Option) (*ivschat.DeleteRoomOutput, error)
DeleteRoomWithContext mocks base method
func (*MockIvschatAPI) DisconnectUser ¶
func (m *MockIvschatAPI) DisconnectUser(arg0 *ivschat.DisconnectUserInput) (*ivschat.DisconnectUserOutput, error)
DisconnectUser mocks base method
func (*MockIvschatAPI) DisconnectUserRequest ¶
func (m *MockIvschatAPI) DisconnectUserRequest(arg0 *ivschat.DisconnectUserInput) (*request.Request, *ivschat.DisconnectUserOutput)
DisconnectUserRequest mocks base method
func (*MockIvschatAPI) DisconnectUserWithContext ¶
func (m *MockIvschatAPI) DisconnectUserWithContext(arg0 context.Context, arg1 *ivschat.DisconnectUserInput, arg2 ...request.Option) (*ivschat.DisconnectUserOutput, error)
DisconnectUserWithContext mocks base method
func (*MockIvschatAPI) EXPECT ¶
func (m *MockIvschatAPI) EXPECT() *MockIvschatAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIvschatAPI) GetLoggingConfiguration ¶ added in v1.44.140
func (m *MockIvschatAPI) GetLoggingConfiguration(arg0 *ivschat.GetLoggingConfigurationInput) (*ivschat.GetLoggingConfigurationOutput, error)
GetLoggingConfiguration mocks base method
func (*MockIvschatAPI) GetLoggingConfigurationRequest ¶ added in v1.44.140
func (m *MockIvschatAPI) GetLoggingConfigurationRequest(arg0 *ivschat.GetLoggingConfigurationInput) (*request.Request, *ivschat.GetLoggingConfigurationOutput)
GetLoggingConfigurationRequest mocks base method
func (*MockIvschatAPI) GetLoggingConfigurationWithContext ¶ added in v1.44.140
func (m *MockIvschatAPI) GetLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.GetLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.GetLoggingConfigurationOutput, error)
GetLoggingConfigurationWithContext mocks base method
func (*MockIvschatAPI) GetRoom ¶
func (m *MockIvschatAPI) GetRoom(arg0 *ivschat.GetRoomInput) (*ivschat.GetRoomOutput, error)
GetRoom mocks base method
func (*MockIvschatAPI) GetRoomRequest ¶
func (m *MockIvschatAPI) GetRoomRequest(arg0 *ivschat.GetRoomInput) (*request.Request, *ivschat.GetRoomOutput)
GetRoomRequest mocks base method
func (*MockIvschatAPI) GetRoomWithContext ¶
func (m *MockIvschatAPI) GetRoomWithContext(arg0 context.Context, arg1 *ivschat.GetRoomInput, arg2 ...request.Option) (*ivschat.GetRoomOutput, error)
GetRoomWithContext mocks base method
func (*MockIvschatAPI) ListLoggingConfigurations ¶ added in v1.44.140
func (m *MockIvschatAPI) ListLoggingConfigurations(arg0 *ivschat.ListLoggingConfigurationsInput) (*ivschat.ListLoggingConfigurationsOutput, error)
ListLoggingConfigurations mocks base method
func (*MockIvschatAPI) ListLoggingConfigurationsPages ¶ added in v1.44.140
func (m *MockIvschatAPI) ListLoggingConfigurationsPages(arg0 *ivschat.ListLoggingConfigurationsInput, arg1 func(*ivschat.ListLoggingConfigurationsOutput, bool) bool) error
ListLoggingConfigurationsPages mocks base method
func (*MockIvschatAPI) ListLoggingConfigurationsPagesWithContext ¶ added in v1.44.140
func (m *MockIvschatAPI) ListLoggingConfigurationsPagesWithContext(arg0 context.Context, arg1 *ivschat.ListLoggingConfigurationsInput, arg2 func(*ivschat.ListLoggingConfigurationsOutput, bool) bool, arg3 ...request.Option) error
ListLoggingConfigurationsPagesWithContext mocks base method
func (*MockIvschatAPI) ListLoggingConfigurationsRequest ¶ added in v1.44.140
func (m *MockIvschatAPI) ListLoggingConfigurationsRequest(arg0 *ivschat.ListLoggingConfigurationsInput) (*request.Request, *ivschat.ListLoggingConfigurationsOutput)
ListLoggingConfigurationsRequest mocks base method
func (*MockIvschatAPI) ListLoggingConfigurationsWithContext ¶ added in v1.44.140
func (m *MockIvschatAPI) ListLoggingConfigurationsWithContext(arg0 context.Context, arg1 *ivschat.ListLoggingConfigurationsInput, arg2 ...request.Option) (*ivschat.ListLoggingConfigurationsOutput, error)
ListLoggingConfigurationsWithContext mocks base method
func (*MockIvschatAPI) ListRooms ¶
func (m *MockIvschatAPI) ListRooms(arg0 *ivschat.ListRoomsInput) (*ivschat.ListRoomsOutput, error)
ListRooms mocks base method
func (*MockIvschatAPI) ListRoomsPages ¶
func (m *MockIvschatAPI) ListRoomsPages(arg0 *ivschat.ListRoomsInput, arg1 func(*ivschat.ListRoomsOutput, bool) bool) error
ListRoomsPages mocks base method
func (*MockIvschatAPI) ListRoomsPagesWithContext ¶
func (m *MockIvschatAPI) ListRoomsPagesWithContext(arg0 context.Context, arg1 *ivschat.ListRoomsInput, arg2 func(*ivschat.ListRoomsOutput, bool) bool, arg3 ...request.Option) error
ListRoomsPagesWithContext mocks base method
func (*MockIvschatAPI) ListRoomsRequest ¶
func (m *MockIvschatAPI) ListRoomsRequest(arg0 *ivschat.ListRoomsInput) (*request.Request, *ivschat.ListRoomsOutput)
ListRoomsRequest mocks base method
func (*MockIvschatAPI) ListRoomsWithContext ¶
func (m *MockIvschatAPI) ListRoomsWithContext(arg0 context.Context, arg1 *ivschat.ListRoomsInput, arg2 ...request.Option) (*ivschat.ListRoomsOutput, error)
ListRoomsWithContext mocks base method
func (*MockIvschatAPI) ListTagsForResource ¶
func (m *MockIvschatAPI) ListTagsForResource(arg0 *ivschat.ListTagsForResourceInput) (*ivschat.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockIvschatAPI) ListTagsForResourceRequest ¶
func (m *MockIvschatAPI) ListTagsForResourceRequest(arg0 *ivschat.ListTagsForResourceInput) (*request.Request, *ivschat.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockIvschatAPI) ListTagsForResourceWithContext ¶
func (m *MockIvschatAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *ivschat.ListTagsForResourceInput, arg2 ...request.Option) (*ivschat.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockIvschatAPI) SendEvent ¶
func (m *MockIvschatAPI) SendEvent(arg0 *ivschat.SendEventInput) (*ivschat.SendEventOutput, error)
SendEvent mocks base method
func (*MockIvschatAPI) SendEventRequest ¶
func (m *MockIvschatAPI) SendEventRequest(arg0 *ivschat.SendEventInput) (*request.Request, *ivschat.SendEventOutput)
SendEventRequest mocks base method
func (*MockIvschatAPI) SendEventWithContext ¶
func (m *MockIvschatAPI) SendEventWithContext(arg0 context.Context, arg1 *ivschat.SendEventInput, arg2 ...request.Option) (*ivschat.SendEventOutput, error)
SendEventWithContext mocks base method
func (*MockIvschatAPI) TagResource ¶
func (m *MockIvschatAPI) TagResource(arg0 *ivschat.TagResourceInput) (*ivschat.TagResourceOutput, error)
TagResource mocks base method
func (*MockIvschatAPI) TagResourceRequest ¶
func (m *MockIvschatAPI) TagResourceRequest(arg0 *ivschat.TagResourceInput) (*request.Request, *ivschat.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockIvschatAPI) TagResourceWithContext ¶
func (m *MockIvschatAPI) TagResourceWithContext(arg0 context.Context, arg1 *ivschat.TagResourceInput, arg2 ...request.Option) (*ivschat.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockIvschatAPI) UntagResource ¶
func (m *MockIvschatAPI) UntagResource(arg0 *ivschat.UntagResourceInput) (*ivschat.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockIvschatAPI) UntagResourceRequest ¶
func (m *MockIvschatAPI) UntagResourceRequest(arg0 *ivschat.UntagResourceInput) (*request.Request, *ivschat.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockIvschatAPI) UntagResourceWithContext ¶
func (m *MockIvschatAPI) UntagResourceWithContext(arg0 context.Context, arg1 *ivschat.UntagResourceInput, arg2 ...request.Option) (*ivschat.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockIvschatAPI) UpdateLoggingConfiguration ¶ added in v1.44.140
func (m *MockIvschatAPI) UpdateLoggingConfiguration(arg0 *ivschat.UpdateLoggingConfigurationInput) (*ivschat.UpdateLoggingConfigurationOutput, error)
UpdateLoggingConfiguration mocks base method
func (*MockIvschatAPI) UpdateLoggingConfigurationRequest ¶ added in v1.44.140
func (m *MockIvschatAPI) UpdateLoggingConfigurationRequest(arg0 *ivschat.UpdateLoggingConfigurationInput) (*request.Request, *ivschat.UpdateLoggingConfigurationOutput)
UpdateLoggingConfigurationRequest mocks base method
func (*MockIvschatAPI) UpdateLoggingConfigurationWithContext ¶ added in v1.44.140
func (m *MockIvschatAPI) UpdateLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.UpdateLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.UpdateLoggingConfigurationOutput, error)
UpdateLoggingConfigurationWithContext mocks base method
func (*MockIvschatAPI) UpdateRoom ¶
func (m *MockIvschatAPI) UpdateRoom(arg0 *ivschat.UpdateRoomInput) (*ivschat.UpdateRoomOutput, error)
UpdateRoom mocks base method
func (*MockIvschatAPI) UpdateRoomRequest ¶
func (m *MockIvschatAPI) UpdateRoomRequest(arg0 *ivschat.UpdateRoomInput) (*request.Request, *ivschat.UpdateRoomOutput)
UpdateRoomRequest mocks base method
func (*MockIvschatAPI) UpdateRoomWithContext ¶
func (m *MockIvschatAPI) UpdateRoomWithContext(arg0 context.Context, arg1 *ivschat.UpdateRoomInput, arg2 ...request.Option) (*ivschat.UpdateRoomOutput, error)
UpdateRoomWithContext mocks base method
type MockIvschatAPIMockRecorder ¶
type MockIvschatAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIvschatAPIMockRecorder is the mock recorder for MockIvschatAPI
func (*MockIvschatAPIMockRecorder) CreateChatToken ¶
func (mr *MockIvschatAPIMockRecorder) CreateChatToken(arg0 interface{}) *gomock.Call
CreateChatToken indicates an expected call of CreateChatToken
func (*MockIvschatAPIMockRecorder) CreateChatTokenRequest ¶
func (mr *MockIvschatAPIMockRecorder) CreateChatTokenRequest(arg0 interface{}) *gomock.Call
CreateChatTokenRequest indicates an expected call of CreateChatTokenRequest
func (*MockIvschatAPIMockRecorder) CreateChatTokenWithContext ¶
func (mr *MockIvschatAPIMockRecorder) CreateChatTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateChatTokenWithContext indicates an expected call of CreateChatTokenWithContext
func (*MockIvschatAPIMockRecorder) CreateLoggingConfiguration ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfiguration(arg0 interface{}) *gomock.Call
CreateLoggingConfiguration indicates an expected call of CreateLoggingConfiguration
func (*MockIvschatAPIMockRecorder) CreateLoggingConfigurationRequest ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
CreateLoggingConfigurationRequest indicates an expected call of CreateLoggingConfigurationRequest
func (*MockIvschatAPIMockRecorder) CreateLoggingConfigurationWithContext ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateLoggingConfigurationWithContext indicates an expected call of CreateLoggingConfigurationWithContext
func (*MockIvschatAPIMockRecorder) CreateRoom ¶
func (mr *MockIvschatAPIMockRecorder) CreateRoom(arg0 interface{}) *gomock.Call
CreateRoom indicates an expected call of CreateRoom
func (*MockIvschatAPIMockRecorder) CreateRoomRequest ¶
func (mr *MockIvschatAPIMockRecorder) CreateRoomRequest(arg0 interface{}) *gomock.Call
CreateRoomRequest indicates an expected call of CreateRoomRequest
func (*MockIvschatAPIMockRecorder) CreateRoomWithContext ¶
func (mr *MockIvschatAPIMockRecorder) CreateRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateRoomWithContext indicates an expected call of CreateRoomWithContext
func (*MockIvschatAPIMockRecorder) DeleteLoggingConfiguration ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfiguration(arg0 interface{}) *gomock.Call
DeleteLoggingConfiguration indicates an expected call of DeleteLoggingConfiguration
func (*MockIvschatAPIMockRecorder) DeleteLoggingConfigurationRequest ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
DeleteLoggingConfigurationRequest indicates an expected call of DeleteLoggingConfigurationRequest
func (*MockIvschatAPIMockRecorder) DeleteLoggingConfigurationWithContext ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteLoggingConfigurationWithContext indicates an expected call of DeleteLoggingConfigurationWithContext
func (*MockIvschatAPIMockRecorder) DeleteMessage ¶
func (mr *MockIvschatAPIMockRecorder) DeleteMessage(arg0 interface{}) *gomock.Call
DeleteMessage indicates an expected call of DeleteMessage
func (*MockIvschatAPIMockRecorder) DeleteMessageRequest ¶
func (mr *MockIvschatAPIMockRecorder) DeleteMessageRequest(arg0 interface{}) *gomock.Call
DeleteMessageRequest indicates an expected call of DeleteMessageRequest
func (*MockIvschatAPIMockRecorder) DeleteMessageWithContext ¶
func (mr *MockIvschatAPIMockRecorder) DeleteMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteMessageWithContext indicates an expected call of DeleteMessageWithContext
func (*MockIvschatAPIMockRecorder) DeleteRoom ¶
func (mr *MockIvschatAPIMockRecorder) DeleteRoom(arg0 interface{}) *gomock.Call
DeleteRoom indicates an expected call of DeleteRoom
func (*MockIvschatAPIMockRecorder) DeleteRoomRequest ¶
func (mr *MockIvschatAPIMockRecorder) DeleteRoomRequest(arg0 interface{}) *gomock.Call
DeleteRoomRequest indicates an expected call of DeleteRoomRequest
func (*MockIvschatAPIMockRecorder) DeleteRoomWithContext ¶
func (mr *MockIvschatAPIMockRecorder) DeleteRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteRoomWithContext indicates an expected call of DeleteRoomWithContext
func (*MockIvschatAPIMockRecorder) DisconnectUser ¶
func (mr *MockIvschatAPIMockRecorder) DisconnectUser(arg0 interface{}) *gomock.Call
DisconnectUser indicates an expected call of DisconnectUser
func (*MockIvschatAPIMockRecorder) DisconnectUserRequest ¶
func (mr *MockIvschatAPIMockRecorder) DisconnectUserRequest(arg0 interface{}) *gomock.Call
DisconnectUserRequest indicates an expected call of DisconnectUserRequest
func (*MockIvschatAPIMockRecorder) DisconnectUserWithContext ¶
func (mr *MockIvschatAPIMockRecorder) DisconnectUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisconnectUserWithContext indicates an expected call of DisconnectUserWithContext
func (*MockIvschatAPIMockRecorder) GetLoggingConfiguration ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) GetLoggingConfiguration(arg0 interface{}) *gomock.Call
GetLoggingConfiguration indicates an expected call of GetLoggingConfiguration
func (*MockIvschatAPIMockRecorder) GetLoggingConfigurationRequest ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) GetLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
GetLoggingConfigurationRequest indicates an expected call of GetLoggingConfigurationRequest
func (*MockIvschatAPIMockRecorder) GetLoggingConfigurationWithContext ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) GetLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLoggingConfigurationWithContext indicates an expected call of GetLoggingConfigurationWithContext
func (*MockIvschatAPIMockRecorder) GetRoom ¶
func (mr *MockIvschatAPIMockRecorder) GetRoom(arg0 interface{}) *gomock.Call
GetRoom indicates an expected call of GetRoom
func (*MockIvschatAPIMockRecorder) GetRoomRequest ¶
func (mr *MockIvschatAPIMockRecorder) GetRoomRequest(arg0 interface{}) *gomock.Call
GetRoomRequest indicates an expected call of GetRoomRequest
func (*MockIvschatAPIMockRecorder) GetRoomWithContext ¶
func (mr *MockIvschatAPIMockRecorder) GetRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetRoomWithContext indicates an expected call of GetRoomWithContext
func (*MockIvschatAPIMockRecorder) ListLoggingConfigurations ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurations(arg0 interface{}) *gomock.Call
ListLoggingConfigurations indicates an expected call of ListLoggingConfigurations
func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsPages ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsPages(arg0, arg1 interface{}) *gomock.Call
ListLoggingConfigurationsPages indicates an expected call of ListLoggingConfigurationsPages
func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsPagesWithContext ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListLoggingConfigurationsPagesWithContext indicates an expected call of ListLoggingConfigurationsPagesWithContext
func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsRequest ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsRequest(arg0 interface{}) *gomock.Call
ListLoggingConfigurationsRequest indicates an expected call of ListLoggingConfigurationsRequest
func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsWithContext ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListLoggingConfigurationsWithContext indicates an expected call of ListLoggingConfigurationsWithContext
func (*MockIvschatAPIMockRecorder) ListRooms ¶
func (mr *MockIvschatAPIMockRecorder) ListRooms(arg0 interface{}) *gomock.Call
ListRooms indicates an expected call of ListRooms
func (*MockIvschatAPIMockRecorder) ListRoomsPages ¶
func (mr *MockIvschatAPIMockRecorder) ListRoomsPages(arg0, arg1 interface{}) *gomock.Call
ListRoomsPages indicates an expected call of ListRoomsPages
func (*MockIvschatAPIMockRecorder) ListRoomsPagesWithContext ¶
func (mr *MockIvschatAPIMockRecorder) ListRoomsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListRoomsPagesWithContext indicates an expected call of ListRoomsPagesWithContext
func (*MockIvschatAPIMockRecorder) ListRoomsRequest ¶
func (mr *MockIvschatAPIMockRecorder) ListRoomsRequest(arg0 interface{}) *gomock.Call
ListRoomsRequest indicates an expected call of ListRoomsRequest
func (*MockIvschatAPIMockRecorder) ListRoomsWithContext ¶
func (mr *MockIvschatAPIMockRecorder) ListRoomsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListRoomsWithContext indicates an expected call of ListRoomsWithContext
func (*MockIvschatAPIMockRecorder) ListTagsForResource ¶
func (mr *MockIvschatAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockIvschatAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockIvschatAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockIvschatAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockIvschatAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockIvschatAPIMockRecorder) SendEvent ¶
func (mr *MockIvschatAPIMockRecorder) SendEvent(arg0 interface{}) *gomock.Call
SendEvent indicates an expected call of SendEvent
func (*MockIvschatAPIMockRecorder) SendEventRequest ¶
func (mr *MockIvschatAPIMockRecorder) SendEventRequest(arg0 interface{}) *gomock.Call
SendEventRequest indicates an expected call of SendEventRequest
func (*MockIvschatAPIMockRecorder) SendEventWithContext ¶
func (mr *MockIvschatAPIMockRecorder) SendEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SendEventWithContext indicates an expected call of SendEventWithContext
func (*MockIvschatAPIMockRecorder) TagResource ¶
func (mr *MockIvschatAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockIvschatAPIMockRecorder) TagResourceRequest ¶
func (mr *MockIvschatAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockIvschatAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockIvschatAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockIvschatAPIMockRecorder) UntagResource ¶
func (mr *MockIvschatAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockIvschatAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockIvschatAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockIvschatAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockIvschatAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockIvschatAPIMockRecorder) UpdateLoggingConfiguration ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfiguration(arg0 interface{}) *gomock.Call
UpdateLoggingConfiguration indicates an expected call of UpdateLoggingConfiguration
func (*MockIvschatAPIMockRecorder) UpdateLoggingConfigurationRequest ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfigurationRequest(arg0 interface{}) *gomock.Call
UpdateLoggingConfigurationRequest indicates an expected call of UpdateLoggingConfigurationRequest
func (*MockIvschatAPIMockRecorder) UpdateLoggingConfigurationWithContext ¶ added in v1.44.140
func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateLoggingConfigurationWithContext indicates an expected call of UpdateLoggingConfigurationWithContext
func (*MockIvschatAPIMockRecorder) UpdateRoom ¶
func (mr *MockIvschatAPIMockRecorder) UpdateRoom(arg0 interface{}) *gomock.Call
UpdateRoom indicates an expected call of UpdateRoom
func (*MockIvschatAPIMockRecorder) UpdateRoomRequest ¶
func (mr *MockIvschatAPIMockRecorder) UpdateRoomRequest(arg0 interface{}) *gomock.Call
UpdateRoomRequest indicates an expected call of UpdateRoomRequest
func (*MockIvschatAPIMockRecorder) UpdateRoomWithContext ¶
func (mr *MockIvschatAPIMockRecorder) UpdateRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateRoomWithContext indicates an expected call of UpdateRoomWithContext