Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateGroup(ctx context.Context, params *resourcegroups.CreateGroupInput, ...) (*resourcegroups.CreateGroupOutput, error)
- func (_m *IClient) DeleteGroup(ctx context.Context, params *resourcegroups.DeleteGroupInput, ...) (*resourcegroups.DeleteGroupOutput, error)
- func (_m *IClient) GetAccountSettings(ctx context.Context, params *resourcegroups.GetAccountSettingsInput, ...) (*resourcegroups.GetAccountSettingsOutput, error)
- func (_m *IClient) GetGroup(ctx context.Context, params *resourcegroups.GetGroupInput, ...) (*resourcegroups.GetGroupOutput, error)
- func (_m *IClient) GetGroupConfiguration(ctx context.Context, params *resourcegroups.GetGroupConfigurationInput, ...) (*resourcegroups.GetGroupConfigurationOutput, error)
- func (_m *IClient) GetGroupQuery(ctx context.Context, params *resourcegroups.GetGroupQueryInput, ...) (*resourcegroups.GetGroupQueryOutput, error)
- func (_m *IClient) GetTags(ctx context.Context, params *resourcegroups.GetTagsInput, ...) (*resourcegroups.GetTagsOutput, error)
- func (_m *IClient) GroupResources(ctx context.Context, params *resourcegroups.GroupResourcesInput, ...) (*resourcegroups.GroupResourcesOutput, error)
- func (_m *IClient) ListGroupResources(ctx context.Context, params *resourcegroups.ListGroupResourcesInput, ...) (*resourcegroups.ListGroupResourcesOutput, error)
- func (_m *IClient) ListGroups(ctx context.Context, params *resourcegroups.ListGroupsInput, ...) (*resourcegroups.ListGroupsOutput, error)
- func (_m *IClient) Options() resourcegroups.Options
- func (_m *IClient) PutGroupConfiguration(ctx context.Context, params *resourcegroups.PutGroupConfigurationInput, ...) (*resourcegroups.PutGroupConfigurationOutput, error)
- func (_m *IClient) SearchResources(ctx context.Context, params *resourcegroups.SearchResourcesInput, ...) (*resourcegroups.SearchResourcesOutput, error)
- func (_m *IClient) Tag(ctx context.Context, params *resourcegroups.TagInput, ...) (*resourcegroups.TagOutput, error)
- func (_m *IClient) UngroupResources(ctx context.Context, params *resourcegroups.UngroupResourcesInput, ...) (*resourcegroups.UngroupResourcesOutput, error)
- func (_m *IClient) Untag(ctx context.Context, params *resourcegroups.UntagInput, ...) (*resourcegroups.UntagOutput, error)
- func (_m *IClient) UpdateAccountSettings(ctx context.Context, params *resourcegroups.UpdateAccountSettingsInput, ...) (*resourcegroups.UpdateAccountSettingsOutput, error)
- func (_m *IClient) UpdateGroup(ctx context.Context, params *resourcegroups.UpdateGroupInput, ...) (*resourcegroups.UpdateGroupOutput, error)
- func (_m *IClient) UpdateGroupQuery(ctx context.Context, params *resourcegroups.UpdateGroupQueryInput, ...) (*resourcegroups.UpdateGroupQueryOutput, 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) CreateGroup ¶
func (_m *IClient) CreateGroup(ctx context.Context, params *resourcegroups.CreateGroupInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.CreateGroupOutput, error)
CreateGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteGroup ¶
func (_m *IClient) DeleteGroup(ctx context.Context, params *resourcegroups.DeleteGroupInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.DeleteGroupOutput, error)
DeleteGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAccountSettings ¶
func (_m *IClient) GetAccountSettings(ctx context.Context, params *resourcegroups.GetAccountSettingsInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.GetAccountSettingsOutput, error)
GetAccountSettings provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetGroup ¶
func (_m *IClient) GetGroup(ctx context.Context, params *resourcegroups.GetGroupInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.GetGroupOutput, error)
GetGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetGroupConfiguration ¶
func (_m *IClient) GetGroupConfiguration(ctx context.Context, params *resourcegroups.GetGroupConfigurationInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.GetGroupConfigurationOutput, error)
GetGroupConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetGroupQuery ¶
func (_m *IClient) GetGroupQuery(ctx context.Context, params *resourcegroups.GetGroupQueryInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.GetGroupQueryOutput, error)
GetGroupQuery provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetTags ¶
func (_m *IClient) GetTags(ctx context.Context, params *resourcegroups.GetTagsInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.GetTagsOutput, error)
GetTags provides a mock function with given fields: ctx, params, optFns
func (*IClient) GroupResources ¶
func (_m *IClient) GroupResources(ctx context.Context, params *resourcegroups.GroupResourcesInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.GroupResourcesOutput, error)
GroupResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListGroupResources ¶
func (_m *IClient) ListGroupResources(ctx context.Context, params *resourcegroups.ListGroupResourcesInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.ListGroupResourcesOutput, error)
ListGroupResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListGroups ¶
func (_m *IClient) ListGroups(ctx context.Context, params *resourcegroups.ListGroupsInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.ListGroupsOutput, error)
ListGroups provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() resourcegroups.Options
Options provides a mock function with given fields:
func (*IClient) PutGroupConfiguration ¶
func (_m *IClient) PutGroupConfiguration(ctx context.Context, params *resourcegroups.PutGroupConfigurationInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.PutGroupConfigurationOutput, error)
PutGroupConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) SearchResources ¶
func (_m *IClient) SearchResources(ctx context.Context, params *resourcegroups.SearchResourcesInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.SearchResourcesOutput, error)
SearchResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) Tag ¶
func (_m *IClient) Tag(ctx context.Context, params *resourcegroups.TagInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.TagOutput, error)
Tag provides a mock function with given fields: ctx, params, optFns
func (*IClient) UngroupResources ¶
func (_m *IClient) UngroupResources(ctx context.Context, params *resourcegroups.UngroupResourcesInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.UngroupResourcesOutput, error)
UngroupResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) Untag ¶
func (_m *IClient) Untag(ctx context.Context, params *resourcegroups.UntagInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.UntagOutput, error)
Untag provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateAccountSettings ¶
func (_m *IClient) UpdateAccountSettings(ctx context.Context, params *resourcegroups.UpdateAccountSettingsInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.UpdateAccountSettingsOutput, error)
UpdateAccountSettings provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateGroup ¶
func (_m *IClient) UpdateGroup(ctx context.Context, params *resourcegroups.UpdateGroupInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.UpdateGroupOutput, error)
UpdateGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateGroupQuery ¶
func (_m *IClient) UpdateGroupQuery(ctx context.Context, params *resourcegroups.UpdateGroupQueryInput, optFns ...func(*resourcegroups.Options)) (*resourcegroups.UpdateGroupQueryOutput, error)
UpdateGroupQuery provides a mock function with given fields: ctx, params, optFns