Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) DeleteObject(ctx context.Context, params *mediastoredata.DeleteObjectInput, ...) (*mediastoredata.DeleteObjectOutput, error)
- func (_m *IClient) DescribeObject(ctx context.Context, params *mediastoredata.DescribeObjectInput, ...) (*mediastoredata.DescribeObjectOutput, error)
- func (_m *IClient) GetObject(ctx context.Context, params *mediastoredata.GetObjectInput, ...) (*mediastoredata.GetObjectOutput, error)
- func (_m *IClient) ListItems(ctx context.Context, params *mediastoredata.ListItemsInput, ...) (*mediastoredata.ListItemsOutput, error)
- func (_m *IClient) Options() mediastoredata.Options
- func (_m *IClient) PutObject(ctx context.Context, params *mediastoredata.PutObjectInput, ...) (*mediastoredata.PutObjectOutput, 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) DeleteObject ¶
func (_m *IClient) DeleteObject(ctx context.Context, params *mediastoredata.DeleteObjectInput, optFns ...func(*mediastoredata.Options)) (*mediastoredata.DeleteObjectOutput, error)
DeleteObject provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeObject ¶
func (_m *IClient) DescribeObject(ctx context.Context, params *mediastoredata.DescribeObjectInput, optFns ...func(*mediastoredata.Options)) (*mediastoredata.DescribeObjectOutput, error)
DescribeObject provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetObject ¶
func (_m *IClient) GetObject(ctx context.Context, params *mediastoredata.GetObjectInput, optFns ...func(*mediastoredata.Options)) (*mediastoredata.GetObjectOutput, error)
GetObject provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListItems ¶
func (_m *IClient) ListItems(ctx context.Context, params *mediastoredata.ListItemsInput, optFns ...func(*mediastoredata.Options)) (*mediastoredata.ListItemsOutput, error)
ListItems provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() mediastoredata.Options
Options provides a mock function with given fields:
func (*IClient) PutObject ¶
func (_m *IClient) PutObject(ctx context.Context, params *mediastoredata.PutObjectInput, optFns ...func(*mediastoredata.Options)) (*mediastoredata.PutObjectOutput, error)
PutObject provides a mock function with given fields: ctx, params, optFns