supportappmock

package
v1.44.173 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package supportappmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSupportAppAPI

type MockSupportAppAPI struct {
	// contains filtered or unexported fields
}

MockSupportAppAPI is a mock of SupportAppAPI interface

func NewMockSupportAppAPI

func NewMockSupportAppAPI(ctrl *gomock.Controller) *MockSupportAppAPI

NewMockSupportAppAPI creates a new mock instance

func (*MockSupportAppAPI) CreateSlackChannelConfiguration

CreateSlackChannelConfiguration mocks base method

func (*MockSupportAppAPI) CreateSlackChannelConfigurationRequest

CreateSlackChannelConfigurationRequest mocks base method

func (*MockSupportAppAPI) CreateSlackChannelConfigurationWithContext

CreateSlackChannelConfigurationWithContext mocks base method

func (*MockSupportAppAPI) DeleteAccountAlias

DeleteAccountAlias mocks base method

func (*MockSupportAppAPI) DeleteAccountAliasRequest

DeleteAccountAliasRequest mocks base method

func (*MockSupportAppAPI) DeleteAccountAliasWithContext

DeleteAccountAliasWithContext mocks base method

func (*MockSupportAppAPI) DeleteSlackChannelConfiguration

DeleteSlackChannelConfiguration mocks base method

func (*MockSupportAppAPI) DeleteSlackChannelConfigurationRequest

DeleteSlackChannelConfigurationRequest mocks base method

func (*MockSupportAppAPI) DeleteSlackChannelConfigurationWithContext

DeleteSlackChannelConfigurationWithContext mocks base method

func (*MockSupportAppAPI) DeleteSlackWorkspaceConfiguration

DeleteSlackWorkspaceConfiguration mocks base method

func (*MockSupportAppAPI) DeleteSlackWorkspaceConfigurationRequest

DeleteSlackWorkspaceConfigurationRequest mocks base method

func (*MockSupportAppAPI) DeleteSlackWorkspaceConfigurationWithContext

DeleteSlackWorkspaceConfigurationWithContext mocks base method

func (*MockSupportAppAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSupportAppAPI) GetAccountAlias

GetAccountAlias mocks base method

func (*MockSupportAppAPI) GetAccountAliasRequest

GetAccountAliasRequest mocks base method

func (*MockSupportAppAPI) GetAccountAliasWithContext

func (m *MockSupportAppAPI) GetAccountAliasWithContext(arg0 context.Context, arg1 *supportapp.GetAccountAliasInput, arg2 ...request.Option) (*supportapp.GetAccountAliasOutput, error)

GetAccountAliasWithContext mocks base method

func (*MockSupportAppAPI) ListSlackChannelConfigurations

ListSlackChannelConfigurations mocks base method

func (*MockSupportAppAPI) ListSlackChannelConfigurationsPages

ListSlackChannelConfigurationsPages mocks base method

func (*MockSupportAppAPI) ListSlackChannelConfigurationsPagesWithContext

func (m *MockSupportAppAPI) ListSlackChannelConfigurationsPagesWithContext(arg0 context.Context, arg1 *supportapp.ListSlackChannelConfigurationsInput, arg2 func(*supportapp.ListSlackChannelConfigurationsOutput, bool) bool, arg3 ...request.Option) error

ListSlackChannelConfigurationsPagesWithContext mocks base method

func (*MockSupportAppAPI) ListSlackChannelConfigurationsRequest

ListSlackChannelConfigurationsRequest mocks base method

func (*MockSupportAppAPI) ListSlackChannelConfigurationsWithContext

ListSlackChannelConfigurationsWithContext mocks base method

func (*MockSupportAppAPI) ListSlackWorkspaceConfigurations

ListSlackWorkspaceConfigurations mocks base method

func (*MockSupportAppAPI) ListSlackWorkspaceConfigurationsPages

ListSlackWorkspaceConfigurationsPages mocks base method

func (*MockSupportAppAPI) ListSlackWorkspaceConfigurationsPagesWithContext

func (m *MockSupportAppAPI) ListSlackWorkspaceConfigurationsPagesWithContext(arg0 context.Context, arg1 *supportapp.ListSlackWorkspaceConfigurationsInput, arg2 func(*supportapp.ListSlackWorkspaceConfigurationsOutput, bool) bool, arg3 ...request.Option) error

ListSlackWorkspaceConfigurationsPagesWithContext mocks base method

func (*MockSupportAppAPI) ListSlackWorkspaceConfigurationsRequest

ListSlackWorkspaceConfigurationsRequest mocks base method

func (*MockSupportAppAPI) ListSlackWorkspaceConfigurationsWithContext

ListSlackWorkspaceConfigurationsWithContext mocks base method

func (*MockSupportAppAPI) PutAccountAlias

PutAccountAlias mocks base method

func (*MockSupportAppAPI) PutAccountAliasRequest

PutAccountAliasRequest mocks base method

func (*MockSupportAppAPI) PutAccountAliasWithContext

func (m *MockSupportAppAPI) PutAccountAliasWithContext(arg0 context.Context, arg1 *supportapp.PutAccountAliasInput, arg2 ...request.Option) (*supportapp.PutAccountAliasOutput, error)

PutAccountAliasWithContext mocks base method

func (*MockSupportAppAPI) RegisterSlackWorkspaceForOrganization added in v1.44.119

RegisterSlackWorkspaceForOrganization mocks base method

func (*MockSupportAppAPI) RegisterSlackWorkspaceForOrganizationRequest added in v1.44.119

RegisterSlackWorkspaceForOrganizationRequest mocks base method

func (*MockSupportAppAPI) RegisterSlackWorkspaceForOrganizationWithContext added in v1.44.119

RegisterSlackWorkspaceForOrganizationWithContext mocks base method

func (*MockSupportAppAPI) UpdateSlackChannelConfiguration

UpdateSlackChannelConfiguration mocks base method

func (*MockSupportAppAPI) UpdateSlackChannelConfigurationRequest

UpdateSlackChannelConfigurationRequest mocks base method

func (*MockSupportAppAPI) UpdateSlackChannelConfigurationWithContext

UpdateSlackChannelConfigurationWithContext mocks base method

type MockSupportAppAPIMockRecorder

type MockSupportAppAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockSupportAppAPIMockRecorder is the mock recorder for MockSupportAppAPI

func (*MockSupportAppAPIMockRecorder) CreateSlackChannelConfiguration

func (mr *MockSupportAppAPIMockRecorder) CreateSlackChannelConfiguration(arg0 interface{}) *gomock.Call

CreateSlackChannelConfiguration indicates an expected call of CreateSlackChannelConfiguration

func (*MockSupportAppAPIMockRecorder) CreateSlackChannelConfigurationRequest

func (mr *MockSupportAppAPIMockRecorder) CreateSlackChannelConfigurationRequest(arg0 interface{}) *gomock.Call

CreateSlackChannelConfigurationRequest indicates an expected call of CreateSlackChannelConfigurationRequest

func (*MockSupportAppAPIMockRecorder) CreateSlackChannelConfigurationWithContext

func (mr *MockSupportAppAPIMockRecorder) CreateSlackChannelConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSlackChannelConfigurationWithContext indicates an expected call of CreateSlackChannelConfigurationWithContext

func (*MockSupportAppAPIMockRecorder) DeleteAccountAlias

func (mr *MockSupportAppAPIMockRecorder) DeleteAccountAlias(arg0 interface{}) *gomock.Call

DeleteAccountAlias indicates an expected call of DeleteAccountAlias

func (*MockSupportAppAPIMockRecorder) DeleteAccountAliasRequest

func (mr *MockSupportAppAPIMockRecorder) DeleteAccountAliasRequest(arg0 interface{}) *gomock.Call

DeleteAccountAliasRequest indicates an expected call of DeleteAccountAliasRequest

func (*MockSupportAppAPIMockRecorder) DeleteAccountAliasWithContext

func (mr *MockSupportAppAPIMockRecorder) DeleteAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountAliasWithContext indicates an expected call of DeleteAccountAliasWithContext

func (*MockSupportAppAPIMockRecorder) DeleteSlackChannelConfiguration

func (mr *MockSupportAppAPIMockRecorder) DeleteSlackChannelConfiguration(arg0 interface{}) *gomock.Call

DeleteSlackChannelConfiguration indicates an expected call of DeleteSlackChannelConfiguration

func (*MockSupportAppAPIMockRecorder) DeleteSlackChannelConfigurationRequest

func (mr *MockSupportAppAPIMockRecorder) DeleteSlackChannelConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteSlackChannelConfigurationRequest indicates an expected call of DeleteSlackChannelConfigurationRequest

func (*MockSupportAppAPIMockRecorder) DeleteSlackChannelConfigurationWithContext

func (mr *MockSupportAppAPIMockRecorder) DeleteSlackChannelConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSlackChannelConfigurationWithContext indicates an expected call of DeleteSlackChannelConfigurationWithContext

func (*MockSupportAppAPIMockRecorder) DeleteSlackWorkspaceConfiguration

func (mr *MockSupportAppAPIMockRecorder) DeleteSlackWorkspaceConfiguration(arg0 interface{}) *gomock.Call

DeleteSlackWorkspaceConfiguration indicates an expected call of DeleteSlackWorkspaceConfiguration

func (*MockSupportAppAPIMockRecorder) DeleteSlackWorkspaceConfigurationRequest

func (mr *MockSupportAppAPIMockRecorder) DeleteSlackWorkspaceConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteSlackWorkspaceConfigurationRequest indicates an expected call of DeleteSlackWorkspaceConfigurationRequest

func (*MockSupportAppAPIMockRecorder) DeleteSlackWorkspaceConfigurationWithContext

func (mr *MockSupportAppAPIMockRecorder) DeleteSlackWorkspaceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSlackWorkspaceConfigurationWithContext indicates an expected call of DeleteSlackWorkspaceConfigurationWithContext

func (*MockSupportAppAPIMockRecorder) GetAccountAlias

func (mr *MockSupportAppAPIMockRecorder) GetAccountAlias(arg0 interface{}) *gomock.Call

GetAccountAlias indicates an expected call of GetAccountAlias

func (*MockSupportAppAPIMockRecorder) GetAccountAliasRequest

func (mr *MockSupportAppAPIMockRecorder) GetAccountAliasRequest(arg0 interface{}) *gomock.Call

GetAccountAliasRequest indicates an expected call of GetAccountAliasRequest

func (*MockSupportAppAPIMockRecorder) GetAccountAliasWithContext

func (mr *MockSupportAppAPIMockRecorder) GetAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountAliasWithContext indicates an expected call of GetAccountAliasWithContext

func (*MockSupportAppAPIMockRecorder) ListSlackChannelConfigurations

func (mr *MockSupportAppAPIMockRecorder) ListSlackChannelConfigurations(arg0 interface{}) *gomock.Call

ListSlackChannelConfigurations indicates an expected call of ListSlackChannelConfigurations

func (*MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsPages

func (mr *MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

ListSlackChannelConfigurationsPages indicates an expected call of ListSlackChannelConfigurationsPages

func (*MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsPagesWithContext

func (mr *MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSlackChannelConfigurationsPagesWithContext indicates an expected call of ListSlackChannelConfigurationsPagesWithContext

func (*MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsRequest

func (mr *MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsRequest(arg0 interface{}) *gomock.Call

ListSlackChannelConfigurationsRequest indicates an expected call of ListSlackChannelConfigurationsRequest

func (*MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsWithContext

func (mr *MockSupportAppAPIMockRecorder) ListSlackChannelConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSlackChannelConfigurationsWithContext indicates an expected call of ListSlackChannelConfigurationsWithContext

func (*MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurations

func (mr *MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurations(arg0 interface{}) *gomock.Call

ListSlackWorkspaceConfigurations indicates an expected call of ListSlackWorkspaceConfigurations

func (*MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsPages

func (mr *MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

ListSlackWorkspaceConfigurationsPages indicates an expected call of ListSlackWorkspaceConfigurationsPages

func (*MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsPagesWithContext

func (mr *MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSlackWorkspaceConfigurationsPagesWithContext indicates an expected call of ListSlackWorkspaceConfigurationsPagesWithContext

func (*MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsRequest

func (mr *MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsRequest(arg0 interface{}) *gomock.Call

ListSlackWorkspaceConfigurationsRequest indicates an expected call of ListSlackWorkspaceConfigurationsRequest

func (*MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsWithContext

func (mr *MockSupportAppAPIMockRecorder) ListSlackWorkspaceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSlackWorkspaceConfigurationsWithContext indicates an expected call of ListSlackWorkspaceConfigurationsWithContext

func (*MockSupportAppAPIMockRecorder) PutAccountAlias

func (mr *MockSupportAppAPIMockRecorder) PutAccountAlias(arg0 interface{}) *gomock.Call

PutAccountAlias indicates an expected call of PutAccountAlias

func (*MockSupportAppAPIMockRecorder) PutAccountAliasRequest

func (mr *MockSupportAppAPIMockRecorder) PutAccountAliasRequest(arg0 interface{}) *gomock.Call

PutAccountAliasRequest indicates an expected call of PutAccountAliasRequest

func (*MockSupportAppAPIMockRecorder) PutAccountAliasWithContext

func (mr *MockSupportAppAPIMockRecorder) PutAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAccountAliasWithContext indicates an expected call of PutAccountAliasWithContext

func (*MockSupportAppAPIMockRecorder) RegisterSlackWorkspaceForOrganization added in v1.44.119

func (mr *MockSupportAppAPIMockRecorder) RegisterSlackWorkspaceForOrganization(arg0 interface{}) *gomock.Call

RegisterSlackWorkspaceForOrganization indicates an expected call of RegisterSlackWorkspaceForOrganization

func (*MockSupportAppAPIMockRecorder) RegisterSlackWorkspaceForOrganizationRequest added in v1.44.119

func (mr *MockSupportAppAPIMockRecorder) RegisterSlackWorkspaceForOrganizationRequest(arg0 interface{}) *gomock.Call

RegisterSlackWorkspaceForOrganizationRequest indicates an expected call of RegisterSlackWorkspaceForOrganizationRequest

func (*MockSupportAppAPIMockRecorder) RegisterSlackWorkspaceForOrganizationWithContext added in v1.44.119

func (mr *MockSupportAppAPIMockRecorder) RegisterSlackWorkspaceForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterSlackWorkspaceForOrganizationWithContext indicates an expected call of RegisterSlackWorkspaceForOrganizationWithContext

func (*MockSupportAppAPIMockRecorder) UpdateSlackChannelConfiguration

func (mr *MockSupportAppAPIMockRecorder) UpdateSlackChannelConfiguration(arg0 interface{}) *gomock.Call

UpdateSlackChannelConfiguration indicates an expected call of UpdateSlackChannelConfiguration

func (*MockSupportAppAPIMockRecorder) UpdateSlackChannelConfigurationRequest

func (mr *MockSupportAppAPIMockRecorder) UpdateSlackChannelConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateSlackChannelConfigurationRequest indicates an expected call of UpdateSlackChannelConfigurationRequest

func (*MockSupportAppAPIMockRecorder) UpdateSlackChannelConfigurationWithContext

func (mr *MockSupportAppAPIMockRecorder) UpdateSlackChannelConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSlackChannelConfigurationWithContext indicates an expected call of UpdateSlackChannelConfigurationWithContext

Jump to

Keyboard shortcuts

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