Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateRule(ctx context.Context, params *rbin.CreateRuleInput, ...) (*rbin.CreateRuleOutput, error)
- func (_m *IClient) DeleteRule(ctx context.Context, params *rbin.DeleteRuleInput, ...) (*rbin.DeleteRuleOutput, error)
- func (_m *IClient) GetRule(ctx context.Context, params *rbin.GetRuleInput, optFns ...func(*rbin.Options)) (*rbin.GetRuleOutput, error)
- func (_m *IClient) ListRules(ctx context.Context, params *rbin.ListRulesInput, ...) (*rbin.ListRulesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *rbin.ListTagsForResourceInput, ...) (*rbin.ListTagsForResourceOutput, error)
- func (_m *IClient) LockRule(ctx context.Context, params *rbin.LockRuleInput, optFns ...func(*rbin.Options)) (*rbin.LockRuleOutput, error)
- func (_m *IClient) Options() rbin.Options
- func (_m *IClient) TagResource(ctx context.Context, params *rbin.TagResourceInput, ...) (*rbin.TagResourceOutput, error)
- func (_m *IClient) UnlockRule(ctx context.Context, params *rbin.UnlockRuleInput, ...) (*rbin.UnlockRuleOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *rbin.UntagResourceInput, ...) (*rbin.UntagResourceOutput, error)
- func (_m *IClient) UpdateRule(ctx context.Context, params *rbin.UpdateRuleInput, ...) (*rbin.UpdateRuleOutput, 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) CreateRule ¶
func (_m *IClient) CreateRule(ctx context.Context, params *rbin.CreateRuleInput, optFns ...func(*rbin.Options)) (*rbin.CreateRuleOutput, error)
CreateRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRule ¶
func (_m *IClient) DeleteRule(ctx context.Context, params *rbin.DeleteRuleInput, optFns ...func(*rbin.Options)) (*rbin.DeleteRuleOutput, error)
DeleteRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRule ¶
func (_m *IClient) GetRule(ctx context.Context, params *rbin.GetRuleInput, optFns ...func(*rbin.Options)) (*rbin.GetRuleOutput, error)
GetRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListRules ¶
func (_m *IClient) ListRules(ctx context.Context, params *rbin.ListRulesInput, optFns ...func(*rbin.Options)) (*rbin.ListRulesOutput, error)
ListRules provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *rbin.ListTagsForResourceInput, optFns ...func(*rbin.Options)) (*rbin.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) LockRule ¶
func (_m *IClient) LockRule(ctx context.Context, params *rbin.LockRuleInput, optFns ...func(*rbin.Options)) (*rbin.LockRuleOutput, error)
LockRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *rbin.TagResourceInput, optFns ...func(*rbin.Options)) (*rbin.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UnlockRule ¶
func (_m *IClient) UnlockRule(ctx context.Context, params *rbin.UnlockRuleInput, optFns ...func(*rbin.Options)) (*rbin.UnlockRuleOutput, error)
UnlockRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *rbin.UntagResourceInput, optFns ...func(*rbin.Options)) (*rbin.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRule ¶
func (_m *IClient) UpdateRule(ctx context.Context, params *rbin.UpdateRuleInput, optFns ...func(*rbin.Options)) (*rbin.UpdateRuleOutput, error)
UpdateRule provides a mock function with given fields: ctx, params, optFns