Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateSchedule(ctx context.Context, params *scheduler.CreateScheduleInput, ...) (*scheduler.CreateScheduleOutput, error)
- func (_m *IClient) CreateScheduleGroup(ctx context.Context, params *scheduler.CreateScheduleGroupInput, ...) (*scheduler.CreateScheduleGroupOutput, error)
- func (_m *IClient) DeleteSchedule(ctx context.Context, params *scheduler.DeleteScheduleInput, ...) (*scheduler.DeleteScheduleOutput, error)
- func (_m *IClient) DeleteScheduleGroup(ctx context.Context, params *scheduler.DeleteScheduleGroupInput, ...) (*scheduler.DeleteScheduleGroupOutput, error)
- func (_m *IClient) GetSchedule(ctx context.Context, params *scheduler.GetScheduleInput, ...) (*scheduler.GetScheduleOutput, error)
- func (_m *IClient) GetScheduleGroup(ctx context.Context, params *scheduler.GetScheduleGroupInput, ...) (*scheduler.GetScheduleGroupOutput, error)
- func (_m *IClient) ListScheduleGroups(ctx context.Context, params *scheduler.ListScheduleGroupsInput, ...) (*scheduler.ListScheduleGroupsOutput, error)
- func (_m *IClient) ListSchedules(ctx context.Context, params *scheduler.ListSchedulesInput, ...) (*scheduler.ListSchedulesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *scheduler.ListTagsForResourceInput, ...) (*scheduler.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() scheduler.Options
- func (_m *IClient) TagResource(ctx context.Context, params *scheduler.TagResourceInput, ...) (*scheduler.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *scheduler.UntagResourceInput, ...) (*scheduler.UntagResourceOutput, error)
- func (_m *IClient) UpdateSchedule(ctx context.Context, params *scheduler.UpdateScheduleInput, ...) (*scheduler.UpdateScheduleOutput, 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) CreateSchedule ¶
func (_m *IClient) CreateSchedule(ctx context.Context, params *scheduler.CreateScheduleInput, optFns ...func(*scheduler.Options)) (*scheduler.CreateScheduleOutput, error)
CreateSchedule provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateScheduleGroup ¶
func (_m *IClient) CreateScheduleGroup(ctx context.Context, params *scheduler.CreateScheduleGroupInput, optFns ...func(*scheduler.Options)) (*scheduler.CreateScheduleGroupOutput, error)
CreateScheduleGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSchedule ¶
func (_m *IClient) DeleteSchedule(ctx context.Context, params *scheduler.DeleteScheduleInput, optFns ...func(*scheduler.Options)) (*scheduler.DeleteScheduleOutput, error)
DeleteSchedule provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteScheduleGroup ¶
func (_m *IClient) DeleteScheduleGroup(ctx context.Context, params *scheduler.DeleteScheduleGroupInput, optFns ...func(*scheduler.Options)) (*scheduler.DeleteScheduleGroupOutput, error)
DeleteScheduleGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSchedule ¶
func (_m *IClient) GetSchedule(ctx context.Context, params *scheduler.GetScheduleInput, optFns ...func(*scheduler.Options)) (*scheduler.GetScheduleOutput, error)
GetSchedule provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetScheduleGroup ¶
func (_m *IClient) GetScheduleGroup(ctx context.Context, params *scheduler.GetScheduleGroupInput, optFns ...func(*scheduler.Options)) (*scheduler.GetScheduleGroupOutput, error)
GetScheduleGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListScheduleGroups ¶
func (_m *IClient) ListScheduleGroups(ctx context.Context, params *scheduler.ListScheduleGroupsInput, optFns ...func(*scheduler.Options)) (*scheduler.ListScheduleGroupsOutput, error)
ListScheduleGroups provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSchedules ¶
func (_m *IClient) ListSchedules(ctx context.Context, params *scheduler.ListSchedulesInput, optFns ...func(*scheduler.Options)) (*scheduler.ListSchedulesOutput, error)
ListSchedules provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *scheduler.ListTagsForResourceInput, optFns ...func(*scheduler.Options)) (*scheduler.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *scheduler.TagResourceInput, optFns ...func(*scheduler.Options)) (*scheduler.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *scheduler.UntagResourceInput, optFns ...func(*scheduler.Options)) (*scheduler.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSchedule ¶
func (_m *IClient) UpdateSchedule(ctx context.Context, params *scheduler.UpdateScheduleInput, optFns ...func(*scheduler.Options)) (*scheduler.UpdateScheduleOutput, error)
UpdateSchedule provides a mock function with given fields: ctx, params, optFns