Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) JoinStorageSession(ctx context.Context, params *kinesisvideowebrtcstorage.JoinStorageSessionInput, ...) (*kinesisvideowebrtcstorage.JoinStorageSessionOutput, error)
- func (_m *IClient) JoinStorageSessionAsViewer(ctx context.Context, ...) (*kinesisvideowebrtcstorage.JoinStorageSessionAsViewerOutput, error)
- func (_m *IClient) Options() kinesisvideowebrtcstorage.Options
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) JoinStorageSession ¶
func (_m *IClient) JoinStorageSession(ctx context.Context, params *kinesisvideowebrtcstorage.JoinStorageSessionInput, optFns ...func(*kinesisvideowebrtcstorage.Options)) (*kinesisvideowebrtcstorage.JoinStorageSessionOutput, error)
JoinStorageSession provides a mock function with given fields: ctx, params, optFns
func (*IClient) JoinStorageSessionAsViewer ¶ added in v0.1.0
func (_m *IClient) JoinStorageSessionAsViewer(ctx context.Context, params *kinesisvideowebrtcstorage.JoinStorageSessionAsViewerInput, optFns ...func(*kinesisvideowebrtcstorage.Options)) (*kinesisvideowebrtcstorage.JoinStorageSessionAsViewerOutput, error)
JoinStorageSessionAsViewer provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() kinesisvideowebrtcstorage.Options
Options provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.