Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateChatToken(ctx context.Context, params *ivschat.CreateChatTokenInput, ...) (*ivschat.CreateChatTokenOutput, error)
- func (_m *IClient) CreateLoggingConfiguration(ctx context.Context, params *ivschat.CreateLoggingConfigurationInput, ...) (*ivschat.CreateLoggingConfigurationOutput, error)
- func (_m *IClient) CreateRoom(ctx context.Context, params *ivschat.CreateRoomInput, ...) (*ivschat.CreateRoomOutput, error)
- func (_m *IClient) DeleteLoggingConfiguration(ctx context.Context, params *ivschat.DeleteLoggingConfigurationInput, ...) (*ivschat.DeleteLoggingConfigurationOutput, error)
- func (_m *IClient) DeleteMessage(ctx context.Context, params *ivschat.DeleteMessageInput, ...) (*ivschat.DeleteMessageOutput, error)
- func (_m *IClient) DeleteRoom(ctx context.Context, params *ivschat.DeleteRoomInput, ...) (*ivschat.DeleteRoomOutput, error)
- func (_m *IClient) DisconnectUser(ctx context.Context, params *ivschat.DisconnectUserInput, ...) (*ivschat.DisconnectUserOutput, error)
- func (_m *IClient) GetLoggingConfiguration(ctx context.Context, params *ivschat.GetLoggingConfigurationInput, ...) (*ivschat.GetLoggingConfigurationOutput, error)
- func (_m *IClient) GetRoom(ctx context.Context, params *ivschat.GetRoomInput, ...) (*ivschat.GetRoomOutput, error)
- func (_m *IClient) ListLoggingConfigurations(ctx context.Context, params *ivschat.ListLoggingConfigurationsInput, ...) (*ivschat.ListLoggingConfigurationsOutput, error)
- func (_m *IClient) ListRooms(ctx context.Context, params *ivschat.ListRoomsInput, ...) (*ivschat.ListRoomsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *ivschat.ListTagsForResourceInput, ...) (*ivschat.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() ivschat.Options
- func (_m *IClient) SendEvent(ctx context.Context, params *ivschat.SendEventInput, ...) (*ivschat.SendEventOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *ivschat.TagResourceInput, ...) (*ivschat.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *ivschat.UntagResourceInput, ...) (*ivschat.UntagResourceOutput, error)
- func (_m *IClient) UpdateLoggingConfiguration(ctx context.Context, params *ivschat.UpdateLoggingConfigurationInput, ...) (*ivschat.UpdateLoggingConfigurationOutput, error)
- func (_m *IClient) UpdateRoom(ctx context.Context, params *ivschat.UpdateRoomInput, ...) (*ivschat.UpdateRoomOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CreateChatToken ¶
func (_m *IClient) CreateChatToken(ctx context.Context, params *ivschat.CreateChatTokenInput, optFns ...func(*ivschat.Options)) (*ivschat.CreateChatTokenOutput, error)
CreateChatToken provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateLoggingConfiguration ¶
func (_m *IClient) CreateLoggingConfiguration(ctx context.Context, params *ivschat.CreateLoggingConfigurationInput, optFns ...func(*ivschat.Options)) (*ivschat.CreateLoggingConfigurationOutput, error)
CreateLoggingConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateRoom ¶
func (_m *IClient) CreateRoom(ctx context.Context, params *ivschat.CreateRoomInput, optFns ...func(*ivschat.Options)) (*ivschat.CreateRoomOutput, error)
CreateRoom provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteLoggingConfiguration ¶
func (_m *IClient) DeleteLoggingConfiguration(ctx context.Context, params *ivschat.DeleteLoggingConfigurationInput, optFns ...func(*ivschat.Options)) (*ivschat.DeleteLoggingConfigurationOutput, error)
DeleteLoggingConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteMessage ¶
func (_m *IClient) DeleteMessage(ctx context.Context, params *ivschat.DeleteMessageInput, optFns ...func(*ivschat.Options)) (*ivschat.DeleteMessageOutput, error)
DeleteMessage provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRoom ¶
func (_m *IClient) DeleteRoom(ctx context.Context, params *ivschat.DeleteRoomInput, optFns ...func(*ivschat.Options)) (*ivschat.DeleteRoomOutput, error)
DeleteRoom provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisconnectUser ¶
func (_m *IClient) DisconnectUser(ctx context.Context, params *ivschat.DisconnectUserInput, optFns ...func(*ivschat.Options)) (*ivschat.DisconnectUserOutput, error)
DisconnectUser provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetLoggingConfiguration ¶
func (_m *IClient) GetLoggingConfiguration(ctx context.Context, params *ivschat.GetLoggingConfigurationInput, optFns ...func(*ivschat.Options)) (*ivschat.GetLoggingConfigurationOutput, error)
GetLoggingConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRoom ¶
func (_m *IClient) GetRoom(ctx context.Context, params *ivschat.GetRoomInput, optFns ...func(*ivschat.Options)) (*ivschat.GetRoomOutput, error)
GetRoom provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListLoggingConfigurations ¶
func (_m *IClient) ListLoggingConfigurations(ctx context.Context, params *ivschat.ListLoggingConfigurationsInput, optFns ...func(*ivschat.Options)) (*ivschat.ListLoggingConfigurationsOutput, error)
ListLoggingConfigurations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListRooms ¶
func (_m *IClient) ListRooms(ctx context.Context, params *ivschat.ListRoomsInput, optFns ...func(*ivschat.Options)) (*ivschat.ListRoomsOutput, error)
ListRooms provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *ivschat.ListTagsForResourceInput, optFns ...func(*ivschat.Options)) (*ivschat.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) SendEvent ¶
func (_m *IClient) SendEvent(ctx context.Context, params *ivschat.SendEventInput, optFns ...func(*ivschat.Options)) (*ivschat.SendEventOutput, error)
SendEvent provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *ivschat.TagResourceInput, optFns ...func(*ivschat.Options)) (*ivschat.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *ivschat.UntagResourceInput, optFns ...func(*ivschat.Options)) (*ivschat.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateLoggingConfiguration ¶
func (_m *IClient) UpdateLoggingConfiguration(ctx context.Context, params *ivschat.UpdateLoggingConfigurationInput, optFns ...func(*ivschat.Options)) (*ivschat.UpdateLoggingConfigurationOutput, error)
UpdateLoggingConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRoom ¶
func (_m *IClient) UpdateRoom(ctx context.Context, params *ivschat.UpdateRoomInput, optFns ...func(*ivschat.Options)) (*ivschat.UpdateRoomOutput, error)
UpdateRoom provides a mock function with given fields: ctx, params, optFns