Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateSlackChannelConfiguration(ctx context.Context, params *supportapp.CreateSlackChannelConfigurationInput, ...) (*supportapp.CreateSlackChannelConfigurationOutput, error)
- func (_m *IClient) DeleteAccountAlias(ctx context.Context, params *supportapp.DeleteAccountAliasInput, ...) (*supportapp.DeleteAccountAliasOutput, error)
- func (_m *IClient) DeleteSlackChannelConfiguration(ctx context.Context, params *supportapp.DeleteSlackChannelConfigurationInput, ...) (*supportapp.DeleteSlackChannelConfigurationOutput, error)
- func (_m *IClient) DeleteSlackWorkspaceConfiguration(ctx context.Context, params *supportapp.DeleteSlackWorkspaceConfigurationInput, ...) (*supportapp.DeleteSlackWorkspaceConfigurationOutput, error)
- func (_m *IClient) GetAccountAlias(ctx context.Context, params *supportapp.GetAccountAliasInput, ...) (*supportapp.GetAccountAliasOutput, error)
- func (_m *IClient) ListSlackChannelConfigurations(ctx context.Context, params *supportapp.ListSlackChannelConfigurationsInput, ...) (*supportapp.ListSlackChannelConfigurationsOutput, error)
- func (_m *IClient) ListSlackWorkspaceConfigurations(ctx context.Context, params *supportapp.ListSlackWorkspaceConfigurationsInput, ...) (*supportapp.ListSlackWorkspaceConfigurationsOutput, error)
- func (_m *IClient) Options() supportapp.Options
- func (_m *IClient) PutAccountAlias(ctx context.Context, params *supportapp.PutAccountAliasInput, ...) (*supportapp.PutAccountAliasOutput, error)
- func (_m *IClient) RegisterSlackWorkspaceForOrganization(ctx context.Context, ...) (*supportapp.RegisterSlackWorkspaceForOrganizationOutput, error)
- func (_m *IClient) UpdateSlackChannelConfiguration(ctx context.Context, params *supportapp.UpdateSlackChannelConfigurationInput, ...) (*supportapp.UpdateSlackChannelConfigurationOutput, 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) CreateSlackChannelConfiguration ¶
func (_m *IClient) CreateSlackChannelConfiguration(ctx context.Context, params *supportapp.CreateSlackChannelConfigurationInput, optFns ...func(*supportapp.Options)) (*supportapp.CreateSlackChannelConfigurationOutput, error)
CreateSlackChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteAccountAlias ¶
func (_m *IClient) DeleteAccountAlias(ctx context.Context, params *supportapp.DeleteAccountAliasInput, optFns ...func(*supportapp.Options)) (*supportapp.DeleteAccountAliasOutput, error)
DeleteAccountAlias provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSlackChannelConfiguration ¶
func (_m *IClient) DeleteSlackChannelConfiguration(ctx context.Context, params *supportapp.DeleteSlackChannelConfigurationInput, optFns ...func(*supportapp.Options)) (*supportapp.DeleteSlackChannelConfigurationOutput, error)
DeleteSlackChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSlackWorkspaceConfiguration ¶
func (_m *IClient) DeleteSlackWorkspaceConfiguration(ctx context.Context, params *supportapp.DeleteSlackWorkspaceConfigurationInput, optFns ...func(*supportapp.Options)) (*supportapp.DeleteSlackWorkspaceConfigurationOutput, error)
DeleteSlackWorkspaceConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAccountAlias ¶
func (_m *IClient) GetAccountAlias(ctx context.Context, params *supportapp.GetAccountAliasInput, optFns ...func(*supportapp.Options)) (*supportapp.GetAccountAliasOutput, error)
GetAccountAlias provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSlackChannelConfigurations ¶
func (_m *IClient) ListSlackChannelConfigurations(ctx context.Context, params *supportapp.ListSlackChannelConfigurationsInput, optFns ...func(*supportapp.Options)) (*supportapp.ListSlackChannelConfigurationsOutput, error)
ListSlackChannelConfigurations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSlackWorkspaceConfigurations ¶
func (_m *IClient) ListSlackWorkspaceConfigurations(ctx context.Context, params *supportapp.ListSlackWorkspaceConfigurationsInput, optFns ...func(*supportapp.Options)) (*supportapp.ListSlackWorkspaceConfigurationsOutput, error)
ListSlackWorkspaceConfigurations provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() supportapp.Options
Options provides a mock function with given fields:
func (*IClient) PutAccountAlias ¶
func (_m *IClient) PutAccountAlias(ctx context.Context, params *supportapp.PutAccountAliasInput, optFns ...func(*supportapp.Options)) (*supportapp.PutAccountAliasOutput, error)
PutAccountAlias provides a mock function with given fields: ctx, params, optFns
func (*IClient) RegisterSlackWorkspaceForOrganization ¶
func (_m *IClient) RegisterSlackWorkspaceForOrganization(ctx context.Context, params *supportapp.RegisterSlackWorkspaceForOrganizationInput, optFns ...func(*supportapp.Options)) (*supportapp.RegisterSlackWorkspaceForOrganizationOutput, error)
RegisterSlackWorkspaceForOrganization provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSlackChannelConfiguration ¶
func (_m *IClient) UpdateSlackChannelConfiguration(ctx context.Context, params *supportapp.UpdateSlackChannelConfigurationInput, optFns ...func(*supportapp.Options)) (*supportapp.UpdateSlackChannelConfigurationOutput, error)
UpdateSlackChannelConfiguration provides a mock function with given fields: ctx, params, optFns