mocks

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

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) AssociateCertificate

AssociateCertificate provides a mock function with given fields: ctx, params, optFns

func (*IClient) CancelJob

func (_m *IClient) CancelJob(ctx context.Context, params *mediaconvert.CancelJobInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.CancelJobOutput, error)

CancelJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateJob

func (_m *IClient) CreateJob(ctx context.Context, params *mediaconvert.CreateJobInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.CreateJobOutput, error)

CreateJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateJobTemplate

func (_m *IClient) CreateJobTemplate(ctx context.Context, params *mediaconvert.CreateJobTemplateInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.CreateJobTemplateOutput, error)

CreateJobTemplate provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreatePreset

func (_m *IClient) CreatePreset(ctx context.Context, params *mediaconvert.CreatePresetInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.CreatePresetOutput, error)

CreatePreset provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateQueue

func (_m *IClient) CreateQueue(ctx context.Context, params *mediaconvert.CreateQueueInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.CreateQueueOutput, error)

CreateQueue provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteJobTemplate

func (_m *IClient) DeleteJobTemplate(ctx context.Context, params *mediaconvert.DeleteJobTemplateInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.DeleteJobTemplateOutput, error)

DeleteJobTemplate provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeletePolicy

func (_m *IClient) DeletePolicy(ctx context.Context, params *mediaconvert.DeletePolicyInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.DeletePolicyOutput, error)

DeletePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeletePreset

func (_m *IClient) DeletePreset(ctx context.Context, params *mediaconvert.DeletePresetInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.DeletePresetOutput, error)

DeletePreset provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteQueue

func (_m *IClient) DeleteQueue(ctx context.Context, params *mediaconvert.DeleteQueueInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.DeleteQueueOutput, error)

DeleteQueue provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEndpoints

func (_m *IClient) DescribeEndpoints(ctx context.Context, params *mediaconvert.DescribeEndpointsInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.DescribeEndpointsOutput, error)

DescribeEndpoints provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociateCertificate

DisassociateCertificate provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetJob

func (_m *IClient) GetJob(ctx context.Context, params *mediaconvert.GetJobInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.GetJobOutput, error)

GetJob provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetJobTemplate

func (_m *IClient) GetJobTemplate(ctx context.Context, params *mediaconvert.GetJobTemplateInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.GetJobTemplateOutput, error)

GetJobTemplate provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPolicy

func (_m *IClient) GetPolicy(ctx context.Context, params *mediaconvert.GetPolicyInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.GetPolicyOutput, error)

GetPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPreset

func (_m *IClient) GetPreset(ctx context.Context, params *mediaconvert.GetPresetInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.GetPresetOutput, error)

GetPreset provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetQueue

func (_m *IClient) GetQueue(ctx context.Context, params *mediaconvert.GetQueueInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.GetQueueOutput, error)

GetQueue provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListJobTemplates

func (_m *IClient) ListJobTemplates(ctx context.Context, params *mediaconvert.ListJobTemplatesInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.ListJobTemplatesOutput, error)

ListJobTemplates provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListJobs

func (_m *IClient) ListJobs(ctx context.Context, params *mediaconvert.ListJobsInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.ListJobsOutput, error)

ListJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPresets

func (_m *IClient) ListPresets(ctx context.Context, params *mediaconvert.ListPresetsInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.ListPresetsOutput, error)

ListPresets provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListQueues

func (_m *IClient) ListQueues(ctx context.Context, params *mediaconvert.ListQueuesInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.ListQueuesOutput, error)

ListQueues provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() mediaconvert.Options

Options provides a mock function with given fields:

func (*IClient) PutPolicy

func (_m *IClient) PutPolicy(ctx context.Context, params *mediaconvert.PutPolicyInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.PutPolicyOutput, error)

PutPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) SearchJobs

func (_m *IClient) SearchJobs(ctx context.Context, params *mediaconvert.SearchJobsInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.SearchJobsOutput, error)

SearchJobs provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *mediaconvert.TagResourceInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *mediaconvert.UntagResourceInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateJobTemplate

func (_m *IClient) UpdateJobTemplate(ctx context.Context, params *mediaconvert.UpdateJobTemplateInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.UpdateJobTemplateOutput, error)

UpdateJobTemplate provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdatePreset

func (_m *IClient) UpdatePreset(ctx context.Context, params *mediaconvert.UpdatePresetInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.UpdatePresetOutput, error)

UpdatePreset provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateQueue

func (_m *IClient) UpdateQueue(ctx context.Context, params *mediaconvert.UpdateQueueInput, optFns ...func(*mediaconvert.Options)) (*mediaconvert.UpdateQueueOutput, error)

UpdateQueue provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL