settings

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAccountIpAccessListsInterface

type MockAccountIpAccessListsInterface struct {
	mock.Mock
}

MockAccountIpAccessListsInterface is an autogenerated mock type for the AccountIpAccessListsInterface type

func NewMockAccountIpAccessListsInterface

func NewMockAccountIpAccessListsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAccountIpAccessListsInterface

NewMockAccountIpAccessListsInterface creates a new instance of MockAccountIpAccessListsInterface. 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 (*MockAccountIpAccessListsInterface) Create

Create provides a mock function with given fields: ctx, request

func (*MockAccountIpAccessListsInterface) Delete

Delete provides a mock function with given fields: ctx, request

func (*MockAccountIpAccessListsInterface) DeleteByIpAccessListId

func (_m *MockAccountIpAccessListsInterface) DeleteByIpAccessListId(ctx context.Context, ipAccessListId string) error

DeleteByIpAccessListId provides a mock function with given fields: ctx, ipAccessListId

func (*MockAccountIpAccessListsInterface) EXPECT

func (*MockAccountIpAccessListsInterface) Get

Get provides a mock function with given fields: ctx, request

func (*MockAccountIpAccessListsInterface) GetByIpAccessListId

func (_m *MockAccountIpAccessListsInterface) GetByIpAccessListId(ctx context.Context, ipAccessListId string) (*settings.GetIpAccessListResponse, error)

GetByIpAccessListId provides a mock function with given fields: ctx, ipAccessListId

func (*MockAccountIpAccessListsInterface) GetByLabel

GetByLabel provides a mock function with given fields: ctx, name

func (*MockAccountIpAccessListsInterface) IpAccessListInfoLabelToListIdMap

func (_m *MockAccountIpAccessListsInterface) IpAccessListInfoLabelToListIdMap(ctx context.Context) (map[string]string, error)

IpAccessListInfoLabelToListIdMap provides a mock function with given fields: ctx

func (*MockAccountIpAccessListsInterface) List

List provides a mock function with given fields: ctx

func (*MockAccountIpAccessListsInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockAccountIpAccessListsInterface) Replace

Replace provides a mock function with given fields: ctx, request

func (*MockAccountIpAccessListsInterface) Update

Update provides a mock function with given fields: ctx, request

type MockAccountIpAccessListsInterface_Create_Call

type MockAccountIpAccessListsInterface_Create_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*MockAccountIpAccessListsInterface_Create_Call) Return

func (*MockAccountIpAccessListsInterface_Create_Call) Run

type MockAccountIpAccessListsInterface_DeleteByIpAccessListId_Call

type MockAccountIpAccessListsInterface_DeleteByIpAccessListId_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_DeleteByIpAccessListId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteByIpAccessListId'

func (*MockAccountIpAccessListsInterface_DeleteByIpAccessListId_Call) Return

func (*MockAccountIpAccessListsInterface_DeleteByIpAccessListId_Call) Run

func (*MockAccountIpAccessListsInterface_DeleteByIpAccessListId_Call) RunAndReturn

type MockAccountIpAccessListsInterface_Delete_Call

type MockAccountIpAccessListsInterface_Delete_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockAccountIpAccessListsInterface_Delete_Call) Return

func (*MockAccountIpAccessListsInterface_Delete_Call) Run

type MockAccountIpAccessListsInterface_Expecter

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

func (*MockAccountIpAccessListsInterface_Expecter) Create

func (_e *MockAccountIpAccessListsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockAccountIpAccessListsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreateIpAccessList

func (*MockAccountIpAccessListsInterface_Expecter) Delete

func (_e *MockAccountIpAccessListsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockAccountIpAccessListsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteAccountIpAccessListRequest

func (*MockAccountIpAccessListsInterface_Expecter) DeleteByIpAccessListId

func (_e *MockAccountIpAccessListsInterface_Expecter) DeleteByIpAccessListId(ctx interface{}, ipAccessListId interface{}) *MockAccountIpAccessListsInterface_DeleteByIpAccessListId_Call

DeleteByIpAccessListId is a helper method to define mock.On call

  • ctx context.Context
  • ipAccessListId string

func (*MockAccountIpAccessListsInterface_Expecter) Get

func (_e *MockAccountIpAccessListsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockAccountIpAccessListsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetAccountIpAccessListRequest

func (*MockAccountIpAccessListsInterface_Expecter) GetByIpAccessListId

func (_e *MockAccountIpAccessListsInterface_Expecter) GetByIpAccessListId(ctx interface{}, ipAccessListId interface{}) *MockAccountIpAccessListsInterface_GetByIpAccessListId_Call

GetByIpAccessListId is a helper method to define mock.On call

  • ctx context.Context
  • ipAccessListId string

func (*MockAccountIpAccessListsInterface_Expecter) GetByLabel

func (_e *MockAccountIpAccessListsInterface_Expecter) GetByLabel(ctx interface{}, name interface{}) *MockAccountIpAccessListsInterface_GetByLabel_Call

GetByLabel is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockAccountIpAccessListsInterface_Expecter) IpAccessListInfoLabelToListIdMap

IpAccessListInfoLabelToListIdMap is a helper method to define mock.On call

  • ctx context.Context

func (*MockAccountIpAccessListsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockAccountIpAccessListsInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockAccountIpAccessListsInterface_Expecter) Replace

func (_e *MockAccountIpAccessListsInterface_Expecter) Replace(ctx interface{}, request interface{}) *MockAccountIpAccessListsInterface_Replace_Call

Replace is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ReplaceIpAccessList

func (*MockAccountIpAccessListsInterface_Expecter) Update

func (_e *MockAccountIpAccessListsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockAccountIpAccessListsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateIpAccessList

type MockAccountIpAccessListsInterface_GetByIpAccessListId_Call

type MockAccountIpAccessListsInterface_GetByIpAccessListId_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_GetByIpAccessListId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByIpAccessListId'

func (*MockAccountIpAccessListsInterface_GetByIpAccessListId_Call) Run

type MockAccountIpAccessListsInterface_GetByLabel_Call

type MockAccountIpAccessListsInterface_GetByLabel_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_GetByLabel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByLabel'

func (*MockAccountIpAccessListsInterface_GetByLabel_Call) Return

func (*MockAccountIpAccessListsInterface_GetByLabel_Call) Run

func (*MockAccountIpAccessListsInterface_GetByLabel_Call) RunAndReturn

type MockAccountIpAccessListsInterface_Get_Call

type MockAccountIpAccessListsInterface_Get_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockAccountIpAccessListsInterface_Get_Call) Return

func (*MockAccountIpAccessListsInterface_Get_Call) Run

type MockAccountIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call

type MockAccountIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IpAccessListInfoLabelToListIdMap'

func (*MockAccountIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call) Return

func (*MockAccountIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call) Run

func (*MockAccountIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call) RunAndReturn

type MockAccountIpAccessListsInterface_ListAll_Call

type MockAccountIpAccessListsInterface_ListAll_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'

func (*MockAccountIpAccessListsInterface_ListAll_Call) Return

func (*MockAccountIpAccessListsInterface_ListAll_Call) Run

func (*MockAccountIpAccessListsInterface_ListAll_Call) RunAndReturn

type MockAccountIpAccessListsInterface_List_Call

type MockAccountIpAccessListsInterface_List_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MockAccountIpAccessListsInterface_List_Call) Run

type MockAccountIpAccessListsInterface_Replace_Call

type MockAccountIpAccessListsInterface_Replace_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_Replace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Replace'

func (*MockAccountIpAccessListsInterface_Replace_Call) Return

func (*MockAccountIpAccessListsInterface_Replace_Call) Run

func (*MockAccountIpAccessListsInterface_Replace_Call) RunAndReturn

type MockAccountIpAccessListsInterface_Update_Call

type MockAccountIpAccessListsInterface_Update_Call struct {
	*mock.Call
}

MockAccountIpAccessListsInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockAccountIpAccessListsInterface_Update_Call) Return

func (*MockAccountIpAccessListsInterface_Update_Call) Run

func (*MockAccountIpAccessListsInterface_Update_Call) RunAndReturn

type MockAccountSettingsInterface

type MockAccountSettingsInterface struct {
	mock.Mock
}

MockAccountSettingsInterface is an autogenerated mock type for the AccountSettingsInterface type

func NewMockAccountSettingsInterface

func NewMockAccountSettingsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAccountSettingsInterface

NewMockAccountSettingsInterface creates a new instance of MockAccountSettingsInterface. 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 (*MockAccountSettingsInterface) CspEnablementAccount added in v0.34.0

CspEnablementAccount provides a mock function with given fields:

func (*MockAccountSettingsInterface) DisableLegacyFeatures added in v0.47.0

DisableLegacyFeatures provides a mock function with given fields:

func (*MockAccountSettingsInterface) EXPECT

func (*MockAccountSettingsInterface) EsmEnablementAccount added in v0.34.0

EsmEnablementAccount provides a mock function with given fields:

func (*MockAccountSettingsInterface) PersonalCompute added in v0.34.0

PersonalCompute provides a mock function with given fields:

type MockAccountSettingsInterface_CspEnablementAccount_Call added in v0.34.0

type MockAccountSettingsInterface_CspEnablementAccount_Call struct {
	*mock.Call
}

MockAccountSettingsInterface_CspEnablementAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CspEnablementAccount'

func (*MockAccountSettingsInterface_CspEnablementAccount_Call) Return added in v0.34.0

func (*MockAccountSettingsInterface_CspEnablementAccount_Call) Run added in v0.34.0

func (*MockAccountSettingsInterface_CspEnablementAccount_Call) RunAndReturn added in v0.34.0

type MockAccountSettingsInterface_DisableLegacyFeatures_Call added in v0.47.0

type MockAccountSettingsInterface_DisableLegacyFeatures_Call struct {
	*mock.Call
}

MockAccountSettingsInterface_DisableLegacyFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisableLegacyFeatures'

func (*MockAccountSettingsInterface_DisableLegacyFeatures_Call) Return added in v0.47.0

func (*MockAccountSettingsInterface_DisableLegacyFeatures_Call) Run added in v0.47.0

func (*MockAccountSettingsInterface_DisableLegacyFeatures_Call) RunAndReturn added in v0.47.0

type MockAccountSettingsInterface_EsmEnablementAccount_Call added in v0.34.0

type MockAccountSettingsInterface_EsmEnablementAccount_Call struct {
	*mock.Call
}

MockAccountSettingsInterface_EsmEnablementAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EsmEnablementAccount'

func (*MockAccountSettingsInterface_EsmEnablementAccount_Call) Return added in v0.34.0

func (*MockAccountSettingsInterface_EsmEnablementAccount_Call) Run added in v0.34.0

func (*MockAccountSettingsInterface_EsmEnablementAccount_Call) RunAndReturn added in v0.34.0

type MockAccountSettingsInterface_Expecter

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

func (*MockAccountSettingsInterface_Expecter) CspEnablementAccount added in v0.34.0

CspEnablementAccount is a helper method to define mock.On call

func (*MockAccountSettingsInterface_Expecter) DisableLegacyFeatures added in v0.47.0

DisableLegacyFeatures is a helper method to define mock.On call

func (*MockAccountSettingsInterface_Expecter) EsmEnablementAccount added in v0.34.0

EsmEnablementAccount is a helper method to define mock.On call

func (*MockAccountSettingsInterface_Expecter) PersonalCompute added in v0.34.0

PersonalCompute is a helper method to define mock.On call

type MockAccountSettingsInterface_PersonalCompute_Call added in v0.34.0

type MockAccountSettingsInterface_PersonalCompute_Call struct {
	*mock.Call
}

MockAccountSettingsInterface_PersonalCompute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PersonalCompute'

func (*MockAccountSettingsInterface_PersonalCompute_Call) Return added in v0.34.0

func (*MockAccountSettingsInterface_PersonalCompute_Call) Run added in v0.34.0

func (*MockAccountSettingsInterface_PersonalCompute_Call) RunAndReturn added in v0.34.0

type MockAutomaticClusterUpdateInterface added in v0.34.0

type MockAutomaticClusterUpdateInterface struct {
	mock.Mock
}

MockAutomaticClusterUpdateInterface is an autogenerated mock type for the AutomaticClusterUpdateInterface type

func NewMockAutomaticClusterUpdateInterface added in v0.34.0

func NewMockAutomaticClusterUpdateInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAutomaticClusterUpdateInterface

NewMockAutomaticClusterUpdateInterface creates a new instance of MockAutomaticClusterUpdateInterface. 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 (*MockAutomaticClusterUpdateInterface) EXPECT added in v0.34.0

func (*MockAutomaticClusterUpdateInterface) Get added in v0.34.0

Get provides a mock function with given fields: ctx, request

func (*MockAutomaticClusterUpdateInterface) Update added in v0.34.0

Update provides a mock function with given fields: ctx, request

type MockAutomaticClusterUpdateInterface_Expecter added in v0.34.0

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

func (*MockAutomaticClusterUpdateInterface_Expecter) Get added in v0.34.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetAutomaticClusterUpdateSettingRequest

func (*MockAutomaticClusterUpdateInterface_Expecter) Update added in v0.34.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateAutomaticClusterUpdateSettingRequest

type MockAutomaticClusterUpdateInterface_Get_Call added in v0.34.0

type MockAutomaticClusterUpdateInterface_Get_Call struct {
	*mock.Call
}

MockAutomaticClusterUpdateInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockAutomaticClusterUpdateInterface_Get_Call) Return added in v0.34.0

func (*MockAutomaticClusterUpdateInterface_Get_Call) Run added in v0.34.0

type MockAutomaticClusterUpdateInterface_Update_Call added in v0.34.0

type MockAutomaticClusterUpdateInterface_Update_Call struct {
	*mock.Call
}

MockAutomaticClusterUpdateInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockAutomaticClusterUpdateInterface_Update_Call) Return added in v0.34.0

func (*MockAutomaticClusterUpdateInterface_Update_Call) Run added in v0.34.0

type MockComplianceSecurityProfileInterface added in v0.40.0

type MockComplianceSecurityProfileInterface struct {
	mock.Mock
}

MockComplianceSecurityProfileInterface is an autogenerated mock type for the ComplianceSecurityProfileInterface type

func NewMockComplianceSecurityProfileInterface added in v0.40.0

func NewMockComplianceSecurityProfileInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockComplianceSecurityProfileInterface

NewMockComplianceSecurityProfileInterface creates a new instance of MockComplianceSecurityProfileInterface. 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 (*MockComplianceSecurityProfileInterface) EXPECT added in v0.40.0

func (*MockComplianceSecurityProfileInterface) Get added in v0.40.0

Get provides a mock function with given fields: ctx, request

func (*MockComplianceSecurityProfileInterface) Update added in v0.40.0

Update provides a mock function with given fields: ctx, request

type MockComplianceSecurityProfileInterface_Expecter added in v0.40.0

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

func (*MockComplianceSecurityProfileInterface_Expecter) Get added in v0.40.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetComplianceSecurityProfileSettingRequest

func (*MockComplianceSecurityProfileInterface_Expecter) Update added in v0.40.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateComplianceSecurityProfileSettingRequest

type MockComplianceSecurityProfileInterface_Get_Call added in v0.40.0

type MockComplianceSecurityProfileInterface_Get_Call struct {
	*mock.Call
}

MockComplianceSecurityProfileInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockComplianceSecurityProfileInterface_Get_Call) Return added in v0.40.0

func (*MockComplianceSecurityProfileInterface_Get_Call) Run added in v0.40.0

type MockComplianceSecurityProfileInterface_Update_Call added in v0.40.0

type MockComplianceSecurityProfileInterface_Update_Call struct {
	*mock.Call
}

MockComplianceSecurityProfileInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockComplianceSecurityProfileInterface_Update_Call) Return added in v0.40.0

func (*MockComplianceSecurityProfileInterface_Update_Call) Run added in v0.40.0

type MockCredentialsManagerInterface

type MockCredentialsManagerInterface struct {
	mock.Mock
}

MockCredentialsManagerInterface is an autogenerated mock type for the CredentialsManagerInterface type

func NewMockCredentialsManagerInterface

func NewMockCredentialsManagerInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCredentialsManagerInterface

NewMockCredentialsManagerInterface creates a new instance of MockCredentialsManagerInterface. 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 (*MockCredentialsManagerInterface) EXPECT

func (*MockCredentialsManagerInterface) ExchangeToken

ExchangeToken provides a mock function with given fields: ctx, request

type MockCredentialsManagerInterface_ExchangeToken_Call

type MockCredentialsManagerInterface_ExchangeToken_Call struct {
	*mock.Call
}

MockCredentialsManagerInterface_ExchangeToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExchangeToken'

func (*MockCredentialsManagerInterface_ExchangeToken_Call) Return

func (*MockCredentialsManagerInterface_ExchangeToken_Call) Run

type MockCredentialsManagerInterface_Expecter

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

func (*MockCredentialsManagerInterface_Expecter) ExchangeToken

func (_e *MockCredentialsManagerInterface_Expecter) ExchangeToken(ctx interface{}, request interface{}) *MockCredentialsManagerInterface_ExchangeToken_Call

ExchangeToken is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ExchangeTokenRequest

type MockCspEnablementAccountInterface added in v0.34.0

type MockCspEnablementAccountInterface struct {
	mock.Mock
}

MockCspEnablementAccountInterface is an autogenerated mock type for the CspEnablementAccountInterface type

func NewMockCspEnablementAccountInterface added in v0.34.0

func NewMockCspEnablementAccountInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCspEnablementAccountInterface

NewMockCspEnablementAccountInterface creates a new instance of MockCspEnablementAccountInterface. 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 (*MockCspEnablementAccountInterface) EXPECT added in v0.34.0

func (*MockCspEnablementAccountInterface) Get added in v0.34.0

Get provides a mock function with given fields: ctx, request

func (*MockCspEnablementAccountInterface) Update added in v0.34.0

Update provides a mock function with given fields: ctx, request

type MockCspEnablementAccountInterface_Expecter added in v0.34.0

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

func (*MockCspEnablementAccountInterface_Expecter) Get added in v0.34.0

func (_e *MockCspEnablementAccountInterface_Expecter) Get(ctx interface{}, request interface{}) *MockCspEnablementAccountInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetCspEnablementAccountSettingRequest

func (*MockCspEnablementAccountInterface_Expecter) Update added in v0.34.0

func (_e *MockCspEnablementAccountInterface_Expecter) Update(ctx interface{}, request interface{}) *MockCspEnablementAccountInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateCspEnablementAccountSettingRequest

type MockCspEnablementAccountInterface_Get_Call added in v0.34.0

type MockCspEnablementAccountInterface_Get_Call struct {
	*mock.Call
}

MockCspEnablementAccountInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockCspEnablementAccountInterface_Get_Call) Return added in v0.34.0

func (*MockCspEnablementAccountInterface_Get_Call) Run added in v0.34.0

type MockCspEnablementAccountInterface_Update_Call added in v0.34.0

type MockCspEnablementAccountInterface_Update_Call struct {
	*mock.Call
}

MockCspEnablementAccountInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockCspEnablementAccountInterface_Update_Call) Return added in v0.34.0

func (*MockCspEnablementAccountInterface_Update_Call) Run added in v0.34.0

type MockDefaultNamespaceInterface added in v0.34.0

type MockDefaultNamespaceInterface struct {
	mock.Mock
}

MockDefaultNamespaceInterface is an autogenerated mock type for the DefaultNamespaceInterface type

func NewMockDefaultNamespaceInterface added in v0.34.0

func NewMockDefaultNamespaceInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDefaultNamespaceInterface

NewMockDefaultNamespaceInterface creates a new instance of MockDefaultNamespaceInterface. 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 (*MockDefaultNamespaceInterface) Delete added in v0.34.0

Delete provides a mock function with given fields: ctx, request

func (*MockDefaultNamespaceInterface) EXPECT added in v0.34.0

func (*MockDefaultNamespaceInterface) Get added in v0.34.0

Get provides a mock function with given fields: ctx, request

func (*MockDefaultNamespaceInterface) Update added in v0.34.0

Update provides a mock function with given fields: ctx, request

type MockDefaultNamespaceInterface_Delete_Call added in v0.34.0

type MockDefaultNamespaceInterface_Delete_Call struct {
	*mock.Call
}

MockDefaultNamespaceInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockDefaultNamespaceInterface_Delete_Call) Return added in v0.34.0

func (*MockDefaultNamespaceInterface_Delete_Call) Run added in v0.34.0

type MockDefaultNamespaceInterface_Expecter added in v0.34.0

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

func (*MockDefaultNamespaceInterface_Expecter) Delete added in v0.34.0

func (_e *MockDefaultNamespaceInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockDefaultNamespaceInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteDefaultNamespaceSettingRequest

func (*MockDefaultNamespaceInterface_Expecter) Get added in v0.34.0

func (_e *MockDefaultNamespaceInterface_Expecter) Get(ctx interface{}, request interface{}) *MockDefaultNamespaceInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetDefaultNamespaceSettingRequest

func (*MockDefaultNamespaceInterface_Expecter) Update added in v0.34.0

func (_e *MockDefaultNamespaceInterface_Expecter) Update(ctx interface{}, request interface{}) *MockDefaultNamespaceInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateDefaultNamespaceSettingRequest

type MockDefaultNamespaceInterface_Get_Call added in v0.34.0

type MockDefaultNamespaceInterface_Get_Call struct {
	*mock.Call
}

MockDefaultNamespaceInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockDefaultNamespaceInterface_Get_Call) Return added in v0.34.0

func (*MockDefaultNamespaceInterface_Get_Call) Run added in v0.34.0

type MockDefaultNamespaceInterface_Update_Call added in v0.34.0

type MockDefaultNamespaceInterface_Update_Call struct {
	*mock.Call
}

MockDefaultNamespaceInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockDefaultNamespaceInterface_Update_Call) Return added in v0.34.0

func (*MockDefaultNamespaceInterface_Update_Call) Run added in v0.34.0

type MockDisableLegacyAccessInterface added in v0.47.0

type MockDisableLegacyAccessInterface struct {
	mock.Mock
}

MockDisableLegacyAccessInterface is an autogenerated mock type for the DisableLegacyAccessInterface type

func NewMockDisableLegacyAccessInterface added in v0.47.0

func NewMockDisableLegacyAccessInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDisableLegacyAccessInterface

NewMockDisableLegacyAccessInterface creates a new instance of MockDisableLegacyAccessInterface. 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 (*MockDisableLegacyAccessInterface) Delete added in v0.47.0

Delete provides a mock function with given fields: ctx, request

func (*MockDisableLegacyAccessInterface) EXPECT added in v0.47.0

func (*MockDisableLegacyAccessInterface) Get added in v0.47.0

Get provides a mock function with given fields: ctx, request

func (*MockDisableLegacyAccessInterface) Update added in v0.47.0

Update provides a mock function with given fields: ctx, request

type MockDisableLegacyAccessInterface_Delete_Call added in v0.47.0

type MockDisableLegacyAccessInterface_Delete_Call struct {
	*mock.Call
}

MockDisableLegacyAccessInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockDisableLegacyAccessInterface_Delete_Call) Return added in v0.47.0

func (*MockDisableLegacyAccessInterface_Delete_Call) Run added in v0.47.0

type MockDisableLegacyAccessInterface_Expecter added in v0.47.0

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

func (*MockDisableLegacyAccessInterface_Expecter) Delete added in v0.47.0

func (_e *MockDisableLegacyAccessInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockDisableLegacyAccessInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteDisableLegacyAccessRequest

func (*MockDisableLegacyAccessInterface_Expecter) Get added in v0.47.0

func (_e *MockDisableLegacyAccessInterface_Expecter) Get(ctx interface{}, request interface{}) *MockDisableLegacyAccessInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetDisableLegacyAccessRequest

func (*MockDisableLegacyAccessInterface_Expecter) Update added in v0.47.0

func (_e *MockDisableLegacyAccessInterface_Expecter) Update(ctx interface{}, request interface{}) *MockDisableLegacyAccessInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateDisableLegacyAccessRequest

type MockDisableLegacyAccessInterface_Get_Call added in v0.47.0

type MockDisableLegacyAccessInterface_Get_Call struct {
	*mock.Call
}

MockDisableLegacyAccessInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockDisableLegacyAccessInterface_Get_Call) Return added in v0.47.0

func (*MockDisableLegacyAccessInterface_Get_Call) Run added in v0.47.0

func (*MockDisableLegacyAccessInterface_Get_Call) RunAndReturn added in v0.47.0

type MockDisableLegacyAccessInterface_Update_Call added in v0.47.0

type MockDisableLegacyAccessInterface_Update_Call struct {
	*mock.Call
}

MockDisableLegacyAccessInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockDisableLegacyAccessInterface_Update_Call) Return added in v0.47.0

func (*MockDisableLegacyAccessInterface_Update_Call) Run added in v0.47.0

type MockDisableLegacyFeaturesInterface added in v0.47.0

type MockDisableLegacyFeaturesInterface struct {
	mock.Mock
}

MockDisableLegacyFeaturesInterface is an autogenerated mock type for the DisableLegacyFeaturesInterface type

func NewMockDisableLegacyFeaturesInterface added in v0.47.0

func NewMockDisableLegacyFeaturesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDisableLegacyFeaturesInterface

NewMockDisableLegacyFeaturesInterface creates a new instance of MockDisableLegacyFeaturesInterface. 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 (*MockDisableLegacyFeaturesInterface) Delete added in v0.47.0

Delete provides a mock function with given fields: ctx, request

func (*MockDisableLegacyFeaturesInterface) EXPECT added in v0.47.0

func (*MockDisableLegacyFeaturesInterface) Get added in v0.47.0

Get provides a mock function with given fields: ctx, request

func (*MockDisableLegacyFeaturesInterface) Update added in v0.47.0

Update provides a mock function with given fields: ctx, request

type MockDisableLegacyFeaturesInterface_Delete_Call added in v0.47.0

type MockDisableLegacyFeaturesInterface_Delete_Call struct {
	*mock.Call
}

MockDisableLegacyFeaturesInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockDisableLegacyFeaturesInterface_Delete_Call) Return added in v0.47.0

func (*MockDisableLegacyFeaturesInterface_Delete_Call) Run added in v0.47.0

type MockDisableLegacyFeaturesInterface_Expecter added in v0.47.0

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

func (*MockDisableLegacyFeaturesInterface_Expecter) Delete added in v0.47.0

func (_e *MockDisableLegacyFeaturesInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockDisableLegacyFeaturesInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteDisableLegacyFeaturesRequest

func (*MockDisableLegacyFeaturesInterface_Expecter) Get added in v0.47.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetDisableLegacyFeaturesRequest

func (*MockDisableLegacyFeaturesInterface_Expecter) Update added in v0.47.0

func (_e *MockDisableLegacyFeaturesInterface_Expecter) Update(ctx interface{}, request interface{}) *MockDisableLegacyFeaturesInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateDisableLegacyFeaturesRequest

type MockDisableLegacyFeaturesInterface_Get_Call added in v0.47.0

type MockDisableLegacyFeaturesInterface_Get_Call struct {
	*mock.Call
}

MockDisableLegacyFeaturesInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockDisableLegacyFeaturesInterface_Get_Call) Return added in v0.47.0

func (*MockDisableLegacyFeaturesInterface_Get_Call) Run added in v0.47.0

type MockDisableLegacyFeaturesInterface_Update_Call added in v0.47.0

type MockDisableLegacyFeaturesInterface_Update_Call struct {
	*mock.Call
}

MockDisableLegacyFeaturesInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockDisableLegacyFeaturesInterface_Update_Call) Return added in v0.47.0

func (*MockDisableLegacyFeaturesInterface_Update_Call) Run added in v0.47.0

type MockEnhancedSecurityMonitoringInterface added in v0.40.0

type MockEnhancedSecurityMonitoringInterface struct {
	mock.Mock
}

MockEnhancedSecurityMonitoringInterface is an autogenerated mock type for the EnhancedSecurityMonitoringInterface type

func NewMockEnhancedSecurityMonitoringInterface added in v0.40.0

func NewMockEnhancedSecurityMonitoringInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockEnhancedSecurityMonitoringInterface

NewMockEnhancedSecurityMonitoringInterface creates a new instance of MockEnhancedSecurityMonitoringInterface. 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 (*MockEnhancedSecurityMonitoringInterface) EXPECT added in v0.40.0

func (*MockEnhancedSecurityMonitoringInterface) Get added in v0.40.0

Get provides a mock function with given fields: ctx, request

func (*MockEnhancedSecurityMonitoringInterface) Update added in v0.40.0

Update provides a mock function with given fields: ctx, request

type MockEnhancedSecurityMonitoringInterface_Expecter added in v0.40.0

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

func (*MockEnhancedSecurityMonitoringInterface_Expecter) Get added in v0.40.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetEnhancedSecurityMonitoringSettingRequest

func (*MockEnhancedSecurityMonitoringInterface_Expecter) Update added in v0.40.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateEnhancedSecurityMonitoringSettingRequest

type MockEnhancedSecurityMonitoringInterface_Get_Call added in v0.40.0

type MockEnhancedSecurityMonitoringInterface_Get_Call struct {
	*mock.Call
}

MockEnhancedSecurityMonitoringInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockEnhancedSecurityMonitoringInterface_Get_Call) Return added in v0.40.0

func (*MockEnhancedSecurityMonitoringInterface_Get_Call) Run added in v0.40.0

type MockEnhancedSecurityMonitoringInterface_Update_Call added in v0.40.0

type MockEnhancedSecurityMonitoringInterface_Update_Call struct {
	*mock.Call
}

MockEnhancedSecurityMonitoringInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockEnhancedSecurityMonitoringInterface_Update_Call) Return added in v0.40.0

func (*MockEnhancedSecurityMonitoringInterface_Update_Call) Run added in v0.40.0

type MockEsmEnablementAccountInterface added in v0.34.0

type MockEsmEnablementAccountInterface struct {
	mock.Mock
}

MockEsmEnablementAccountInterface is an autogenerated mock type for the EsmEnablementAccountInterface type

func NewMockEsmEnablementAccountInterface added in v0.34.0

func NewMockEsmEnablementAccountInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockEsmEnablementAccountInterface

NewMockEsmEnablementAccountInterface creates a new instance of MockEsmEnablementAccountInterface. 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 (*MockEsmEnablementAccountInterface) EXPECT added in v0.34.0

func (*MockEsmEnablementAccountInterface) Get added in v0.34.0

Get provides a mock function with given fields: ctx, request

func (*MockEsmEnablementAccountInterface) Update added in v0.34.0

Update provides a mock function with given fields: ctx, request

type MockEsmEnablementAccountInterface_Expecter added in v0.34.0

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

func (*MockEsmEnablementAccountInterface_Expecter) Get added in v0.34.0

func (_e *MockEsmEnablementAccountInterface_Expecter) Get(ctx interface{}, request interface{}) *MockEsmEnablementAccountInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetEsmEnablementAccountSettingRequest

func (*MockEsmEnablementAccountInterface_Expecter) Update added in v0.34.0

func (_e *MockEsmEnablementAccountInterface_Expecter) Update(ctx interface{}, request interface{}) *MockEsmEnablementAccountInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateEsmEnablementAccountSettingRequest

type MockEsmEnablementAccountInterface_Get_Call added in v0.34.0

type MockEsmEnablementAccountInterface_Get_Call struct {
	*mock.Call
}

MockEsmEnablementAccountInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockEsmEnablementAccountInterface_Get_Call) Return added in v0.34.0

func (*MockEsmEnablementAccountInterface_Get_Call) Run added in v0.34.0

type MockEsmEnablementAccountInterface_Update_Call added in v0.34.0

type MockEsmEnablementAccountInterface_Update_Call struct {
	*mock.Call
}

MockEsmEnablementAccountInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockEsmEnablementAccountInterface_Update_Call) Return added in v0.34.0

func (*MockEsmEnablementAccountInterface_Update_Call) Run added in v0.34.0

type MockIpAccessListsInterface

type MockIpAccessListsInterface struct {
	mock.Mock
}

MockIpAccessListsInterface is an autogenerated mock type for the IpAccessListsInterface type

func NewMockIpAccessListsInterface

func NewMockIpAccessListsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockIpAccessListsInterface

NewMockIpAccessListsInterface creates a new instance of MockIpAccessListsInterface. 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 (*MockIpAccessListsInterface) Create

Create provides a mock function with given fields: ctx, request

func (*MockIpAccessListsInterface) Delete

Delete provides a mock function with given fields: ctx, request

func (*MockIpAccessListsInterface) DeleteByIpAccessListId

func (_m *MockIpAccessListsInterface) DeleteByIpAccessListId(ctx context.Context, ipAccessListId string) error

DeleteByIpAccessListId provides a mock function with given fields: ctx, ipAccessListId

func (*MockIpAccessListsInterface) EXPECT

func (*MockIpAccessListsInterface) Get

Get provides a mock function with given fields: ctx, request

func (*MockIpAccessListsInterface) GetByIpAccessListId

func (_m *MockIpAccessListsInterface) GetByIpAccessListId(ctx context.Context, ipAccessListId string) (*settings.FetchIpAccessListResponse, error)

GetByIpAccessListId provides a mock function with given fields: ctx, ipAccessListId

func (*MockIpAccessListsInterface) GetByLabel

GetByLabel provides a mock function with given fields: ctx, name

func (*MockIpAccessListsInterface) IpAccessListInfoLabelToListIdMap

func (_m *MockIpAccessListsInterface) IpAccessListInfoLabelToListIdMap(ctx context.Context) (map[string]string, error)

IpAccessListInfoLabelToListIdMap provides a mock function with given fields: ctx

func (*MockIpAccessListsInterface) List

List provides a mock function with given fields: ctx

func (*MockIpAccessListsInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockIpAccessListsInterface) Replace

Replace provides a mock function with given fields: ctx, request

func (*MockIpAccessListsInterface) Update

Update provides a mock function with given fields: ctx, request

type MockIpAccessListsInterface_Create_Call

type MockIpAccessListsInterface_Create_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*MockIpAccessListsInterface_Create_Call) Return

func (*MockIpAccessListsInterface_Create_Call) Run

type MockIpAccessListsInterface_DeleteByIpAccessListId_Call

type MockIpAccessListsInterface_DeleteByIpAccessListId_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_DeleteByIpAccessListId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteByIpAccessListId'

func (*MockIpAccessListsInterface_DeleteByIpAccessListId_Call) Return

func (*MockIpAccessListsInterface_DeleteByIpAccessListId_Call) Run

func (*MockIpAccessListsInterface_DeleteByIpAccessListId_Call) RunAndReturn

type MockIpAccessListsInterface_Delete_Call

type MockIpAccessListsInterface_Delete_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockIpAccessListsInterface_Delete_Call) Return

func (*MockIpAccessListsInterface_Delete_Call) Run

type MockIpAccessListsInterface_Expecter

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

func (*MockIpAccessListsInterface_Expecter) Create

func (_e *MockIpAccessListsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockIpAccessListsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreateIpAccessList

func (*MockIpAccessListsInterface_Expecter) Delete

func (_e *MockIpAccessListsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockIpAccessListsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteIpAccessListRequest

func (*MockIpAccessListsInterface_Expecter) DeleteByIpAccessListId

func (_e *MockIpAccessListsInterface_Expecter) DeleteByIpAccessListId(ctx interface{}, ipAccessListId interface{}) *MockIpAccessListsInterface_DeleteByIpAccessListId_Call

DeleteByIpAccessListId is a helper method to define mock.On call

  • ctx context.Context
  • ipAccessListId string

func (*MockIpAccessListsInterface_Expecter) Get

func (_e *MockIpAccessListsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockIpAccessListsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetIpAccessListRequest

func (*MockIpAccessListsInterface_Expecter) GetByIpAccessListId

func (_e *MockIpAccessListsInterface_Expecter) GetByIpAccessListId(ctx interface{}, ipAccessListId interface{}) *MockIpAccessListsInterface_GetByIpAccessListId_Call

GetByIpAccessListId is a helper method to define mock.On call

  • ctx context.Context
  • ipAccessListId string

func (*MockIpAccessListsInterface_Expecter) GetByLabel

func (_e *MockIpAccessListsInterface_Expecter) GetByLabel(ctx interface{}, name interface{}) *MockIpAccessListsInterface_GetByLabel_Call

GetByLabel is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockIpAccessListsInterface_Expecter) IpAccessListInfoLabelToListIdMap

IpAccessListInfoLabelToListIdMap is a helper method to define mock.On call

  • ctx context.Context

func (*MockIpAccessListsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockIpAccessListsInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockIpAccessListsInterface_Expecter) Replace

func (_e *MockIpAccessListsInterface_Expecter) Replace(ctx interface{}, request interface{}) *MockIpAccessListsInterface_Replace_Call

Replace is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ReplaceIpAccessList

func (*MockIpAccessListsInterface_Expecter) Update

func (_e *MockIpAccessListsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockIpAccessListsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateIpAccessList

type MockIpAccessListsInterface_GetByIpAccessListId_Call

type MockIpAccessListsInterface_GetByIpAccessListId_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_GetByIpAccessListId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByIpAccessListId'

func (*MockIpAccessListsInterface_GetByIpAccessListId_Call) Run

type MockIpAccessListsInterface_GetByLabel_Call

type MockIpAccessListsInterface_GetByLabel_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_GetByLabel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByLabel'

func (*MockIpAccessListsInterface_GetByLabel_Call) Return

func (*MockIpAccessListsInterface_GetByLabel_Call) Run

func (*MockIpAccessListsInterface_GetByLabel_Call) RunAndReturn

type MockIpAccessListsInterface_Get_Call

type MockIpAccessListsInterface_Get_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockIpAccessListsInterface_Get_Call) Return

func (*MockIpAccessListsInterface_Get_Call) Run

type MockIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call

type MockIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IpAccessListInfoLabelToListIdMap'

func (*MockIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call) Return

func (*MockIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call) Run

func (*MockIpAccessListsInterface_IpAccessListInfoLabelToListIdMap_Call) RunAndReturn

type MockIpAccessListsInterface_ListAll_Call

type MockIpAccessListsInterface_ListAll_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'

func (*MockIpAccessListsInterface_ListAll_Call) Return

func (*MockIpAccessListsInterface_ListAll_Call) Run

func (*MockIpAccessListsInterface_ListAll_Call) RunAndReturn

type MockIpAccessListsInterface_List_Call

type MockIpAccessListsInterface_List_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MockIpAccessListsInterface_List_Call) Run

func (*MockIpAccessListsInterface_List_Call) RunAndReturn

type MockIpAccessListsInterface_Replace_Call

type MockIpAccessListsInterface_Replace_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_Replace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Replace'

func (*MockIpAccessListsInterface_Replace_Call) Return

func (*MockIpAccessListsInterface_Replace_Call) Run

func (*MockIpAccessListsInterface_Replace_Call) RunAndReturn

type MockIpAccessListsInterface_Update_Call

type MockIpAccessListsInterface_Update_Call struct {
	*mock.Call
}

MockIpAccessListsInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockIpAccessListsInterface_Update_Call) Return

func (*MockIpAccessListsInterface_Update_Call) Run

func (*MockIpAccessListsInterface_Update_Call) RunAndReturn

type MockNetworkConnectivityInterface

type MockNetworkConnectivityInterface struct {
	mock.Mock
}

MockNetworkConnectivityInterface is an autogenerated mock type for the NetworkConnectivityInterface type

func NewMockNetworkConnectivityInterface

func NewMockNetworkConnectivityInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockNetworkConnectivityInterface

NewMockNetworkConnectivityInterface creates a new instance of MockNetworkConnectivityInterface. 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 (*MockNetworkConnectivityInterface) CreateNetworkConnectivityConfiguration

CreateNetworkConnectivityConfiguration provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) CreatePrivateEndpointRule

CreatePrivateEndpointRule provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) DeleteNetworkConnectivityConfiguration

func (_m *MockNetworkConnectivityInterface) DeleteNetworkConnectivityConfiguration(ctx context.Context, request settings.DeleteNetworkConnectivityConfigurationRequest) error

DeleteNetworkConnectivityConfiguration provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId

func (_m *MockNetworkConnectivityInterface) DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId(ctx context.Context, networkConnectivityConfigId string) error

DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId provides a mock function with given fields: ctx, networkConnectivityConfigId

func (*MockNetworkConnectivityInterface) DeletePrivateEndpointRule

DeletePrivateEndpointRule provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId

func (_m *MockNetworkConnectivityInterface) DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId(ctx context.Context, networkConnectivityConfigId string, privateEndpointRuleId string) (*settings.NccAzurePrivateEndpointRule, error)

DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId provides a mock function with given fields: ctx, networkConnectivityConfigId, privateEndpointRuleId

func (*MockNetworkConnectivityInterface) EXPECT

func (*MockNetworkConnectivityInterface) GetNetworkConnectivityConfiguration

GetNetworkConnectivityConfiguration provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId

func (_m *MockNetworkConnectivityInterface) GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId(ctx context.Context, networkConnectivityConfigId string) (*settings.NetworkConnectivityConfiguration, error)

GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId provides a mock function with given fields: ctx, networkConnectivityConfigId

func (*MockNetworkConnectivityInterface) GetPrivateEndpointRule

GetPrivateEndpointRule provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId

func (_m *MockNetworkConnectivityInterface) GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId(ctx context.Context, networkConnectivityConfigId string, privateEndpointRuleId string) (*settings.NccAzurePrivateEndpointRule, error)

GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId provides a mock function with given fields: ctx, networkConnectivityConfigId, privateEndpointRuleId

func (*MockNetworkConnectivityInterface) ListNetworkConnectivityConfigurations

ListNetworkConnectivityConfigurations provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) ListNetworkConnectivityConfigurationsAll

ListNetworkConnectivityConfigurationsAll provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) ListPrivateEndpointRules

ListPrivateEndpointRules provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) ListPrivateEndpointRulesAll

ListPrivateEndpointRulesAll provides a mock function with given fields: ctx, request

func (*MockNetworkConnectivityInterface) ListPrivateEndpointRulesByNetworkConnectivityConfigId

func (_m *MockNetworkConnectivityInterface) ListPrivateEndpointRulesByNetworkConnectivityConfigId(ctx context.Context, networkConnectivityConfigId string) (*settings.ListNccAzurePrivateEndpointRulesResponse, error)

ListPrivateEndpointRulesByNetworkConnectivityConfigId provides a mock function with given fields: ctx, networkConnectivityConfigId

type MockNetworkConnectivityInterface_CreateNetworkConnectivityConfiguration_Call

type MockNetworkConnectivityInterface_CreateNetworkConnectivityConfiguration_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_CreateNetworkConnectivityConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNetworkConnectivityConfiguration'

type MockNetworkConnectivityInterface_CreatePrivateEndpointRule_Call

type MockNetworkConnectivityInterface_CreatePrivateEndpointRule_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_CreatePrivateEndpointRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePrivateEndpointRule'

type MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call

type MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId'

func (*MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call) Run

type MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfiguration_Call

type MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfiguration_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNetworkConnectivityConfiguration'

func (*MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfiguration_Call) Return

type MockNetworkConnectivityInterface_DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call

type MockNetworkConnectivityInterface_DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId'

func (*MockNetworkConnectivityInterface_DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call) Run

type MockNetworkConnectivityInterface_DeletePrivateEndpointRule_Call

type MockNetworkConnectivityInterface_DeletePrivateEndpointRule_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_DeletePrivateEndpointRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePrivateEndpointRule'

type MockNetworkConnectivityInterface_Expecter

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

func (*MockNetworkConnectivityInterface_Expecter) CreateNetworkConnectivityConfiguration

func (_e *MockNetworkConnectivityInterface_Expecter) CreateNetworkConnectivityConfiguration(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_CreateNetworkConnectivityConfiguration_Call

CreateNetworkConnectivityConfiguration is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreateNetworkConnectivityConfigRequest

func (*MockNetworkConnectivityInterface_Expecter) CreatePrivateEndpointRule

func (_e *MockNetworkConnectivityInterface_Expecter) CreatePrivateEndpointRule(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_CreatePrivateEndpointRule_Call

CreatePrivateEndpointRule is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreatePrivateEndpointRuleRequest

func (*MockNetworkConnectivityInterface_Expecter) DeleteNetworkConnectivityConfiguration

func (_e *MockNetworkConnectivityInterface_Expecter) DeleteNetworkConnectivityConfiguration(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfiguration_Call

DeleteNetworkConnectivityConfiguration is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteNetworkConnectivityConfigurationRequest

func (*MockNetworkConnectivityInterface_Expecter) DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId

func (_e *MockNetworkConnectivityInterface_Expecter) DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId(ctx interface{}, networkConnectivityConfigId interface{}) *MockNetworkConnectivityInterface_DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call

DeleteNetworkConnectivityConfigurationByNetworkConnectivityConfigId is a helper method to define mock.On call

  • ctx context.Context
  • networkConnectivityConfigId string

func (*MockNetworkConnectivityInterface_Expecter) DeletePrivateEndpointRule

func (_e *MockNetworkConnectivityInterface_Expecter) DeletePrivateEndpointRule(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_DeletePrivateEndpointRule_Call

DeletePrivateEndpointRule is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeletePrivateEndpointRuleRequest

func (*MockNetworkConnectivityInterface_Expecter) DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId

func (_e *MockNetworkConnectivityInterface_Expecter) DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId(ctx interface{}, networkConnectivityConfigId interface{}, privateEndpointRuleId interface{}) *MockNetworkConnectivityInterface_DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call

DeletePrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId is a helper method to define mock.On call

  • ctx context.Context
  • networkConnectivityConfigId string
  • privateEndpointRuleId string

func (*MockNetworkConnectivityInterface_Expecter) GetNetworkConnectivityConfiguration

func (_e *MockNetworkConnectivityInterface_Expecter) GetNetworkConnectivityConfiguration(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_GetNetworkConnectivityConfiguration_Call

GetNetworkConnectivityConfiguration is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetNetworkConnectivityConfigurationRequest

func (*MockNetworkConnectivityInterface_Expecter) GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId

func (_e *MockNetworkConnectivityInterface_Expecter) GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId(ctx interface{}, networkConnectivityConfigId interface{}) *MockNetworkConnectivityInterface_GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call

GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId is a helper method to define mock.On call

  • ctx context.Context
  • networkConnectivityConfigId string

func (*MockNetworkConnectivityInterface_Expecter) GetPrivateEndpointRule

func (_e *MockNetworkConnectivityInterface_Expecter) GetPrivateEndpointRule(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_GetPrivateEndpointRule_Call

GetPrivateEndpointRule is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetPrivateEndpointRuleRequest

func (*MockNetworkConnectivityInterface_Expecter) GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId

func (_e *MockNetworkConnectivityInterface_Expecter) GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId(ctx interface{}, networkConnectivityConfigId interface{}, privateEndpointRuleId interface{}) *MockNetworkConnectivityInterface_GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call

GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId is a helper method to define mock.On call

  • ctx context.Context
  • networkConnectivityConfigId string
  • privateEndpointRuleId string

func (*MockNetworkConnectivityInterface_Expecter) ListNetworkConnectivityConfigurations

func (_e *MockNetworkConnectivityInterface_Expecter) ListNetworkConnectivityConfigurations(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurations_Call

ListNetworkConnectivityConfigurations is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListNetworkConnectivityConfigurationsRequest

func (*MockNetworkConnectivityInterface_Expecter) ListNetworkConnectivityConfigurationsAll

func (_e *MockNetworkConnectivityInterface_Expecter) ListNetworkConnectivityConfigurationsAll(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurationsAll_Call

ListNetworkConnectivityConfigurationsAll is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListNetworkConnectivityConfigurationsRequest

func (*MockNetworkConnectivityInterface_Expecter) ListPrivateEndpointRules

func (_e *MockNetworkConnectivityInterface_Expecter) ListPrivateEndpointRules(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_ListPrivateEndpointRules_Call

ListPrivateEndpointRules is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListPrivateEndpointRulesRequest

func (*MockNetworkConnectivityInterface_Expecter) ListPrivateEndpointRulesAll

func (_e *MockNetworkConnectivityInterface_Expecter) ListPrivateEndpointRulesAll(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_ListPrivateEndpointRulesAll_Call

ListPrivateEndpointRulesAll is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListPrivateEndpointRulesRequest

func (*MockNetworkConnectivityInterface_Expecter) ListPrivateEndpointRulesByNetworkConnectivityConfigId

func (_e *MockNetworkConnectivityInterface_Expecter) ListPrivateEndpointRulesByNetworkConnectivityConfigId(ctx interface{}, networkConnectivityConfigId interface{}) *MockNetworkConnectivityInterface_ListPrivateEndpointRulesByNetworkConnectivityConfigId_Call

ListPrivateEndpointRulesByNetworkConnectivityConfigId is a helper method to define mock.On call

  • ctx context.Context
  • networkConnectivityConfigId string

type MockNetworkConnectivityInterface_GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call

type MockNetworkConnectivityInterface_GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId'

func (*MockNetworkConnectivityInterface_GetNetworkConnectivityConfigurationByNetworkConnectivityConfigId_Call) Run

type MockNetworkConnectivityInterface_GetNetworkConnectivityConfiguration_Call

type MockNetworkConnectivityInterface_GetNetworkConnectivityConfiguration_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_GetNetworkConnectivityConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNetworkConnectivityConfiguration'

type MockNetworkConnectivityInterface_GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call

type MockNetworkConnectivityInterface_GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId'

func (*MockNetworkConnectivityInterface_GetPrivateEndpointRuleByNetworkConnectivityConfigIdAndPrivateEndpointRuleId_Call) Run

type MockNetworkConnectivityInterface_GetPrivateEndpointRule_Call

type MockNetworkConnectivityInterface_GetPrivateEndpointRule_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_GetPrivateEndpointRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPrivateEndpointRule'

func (*MockNetworkConnectivityInterface_GetPrivateEndpointRule_Call) Run

type MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurationsAll_Call

type MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurationsAll_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurationsAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNetworkConnectivityConfigurationsAll'

type MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurations_Call

type MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurations_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_ListNetworkConnectivityConfigurations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNetworkConnectivityConfigurations'

type MockNetworkConnectivityInterface_ListPrivateEndpointRulesAll_Call

type MockNetworkConnectivityInterface_ListPrivateEndpointRulesAll_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_ListPrivateEndpointRulesAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPrivateEndpointRulesAll'

type MockNetworkConnectivityInterface_ListPrivateEndpointRulesByNetworkConnectivityConfigId_Call

type MockNetworkConnectivityInterface_ListPrivateEndpointRulesByNetworkConnectivityConfigId_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_ListPrivateEndpointRulesByNetworkConnectivityConfigId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPrivateEndpointRulesByNetworkConnectivityConfigId'

func (*MockNetworkConnectivityInterface_ListPrivateEndpointRulesByNetworkConnectivityConfigId_Call) Run

type MockNetworkConnectivityInterface_ListPrivateEndpointRules_Call

type MockNetworkConnectivityInterface_ListPrivateEndpointRules_Call struct {
	*mock.Call
}

MockNetworkConnectivityInterface_ListPrivateEndpointRules_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPrivateEndpointRules'

type MockNotificationDestinationsInterface added in v0.44.0

type MockNotificationDestinationsInterface struct {
	mock.Mock
}

MockNotificationDestinationsInterface is an autogenerated mock type for the NotificationDestinationsInterface type

func NewMockNotificationDestinationsInterface added in v0.44.0

func NewMockNotificationDestinationsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockNotificationDestinationsInterface

NewMockNotificationDestinationsInterface creates a new instance of MockNotificationDestinationsInterface. 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 (*MockNotificationDestinationsInterface) Create added in v0.44.0

Create provides a mock function with given fields: ctx, request

func (*MockNotificationDestinationsInterface) Delete added in v0.44.0

Delete provides a mock function with given fields: ctx, request

func (*MockNotificationDestinationsInterface) DeleteById added in v0.44.0

DeleteById provides a mock function with given fields: ctx, id

func (*MockNotificationDestinationsInterface) EXPECT added in v0.44.0

func (*MockNotificationDestinationsInterface) Get added in v0.44.0

Get provides a mock function with given fields: ctx, request

func (*MockNotificationDestinationsInterface) GetById added in v0.44.0

GetById provides a mock function with given fields: ctx, id

func (*MockNotificationDestinationsInterface) List added in v0.44.0

List provides a mock function with given fields: ctx, request

func (*MockNotificationDestinationsInterface) ListAll added in v0.44.0

ListAll provides a mock function with given fields: ctx, request

func (*MockNotificationDestinationsInterface) Update added in v0.44.0

Update provides a mock function with given fields: ctx, request

type MockNotificationDestinationsInterface_Create_Call added in v0.44.0

type MockNotificationDestinationsInterface_Create_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*MockNotificationDestinationsInterface_Create_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_Create_Call) Run added in v0.44.0

type MockNotificationDestinationsInterface_DeleteById_Call added in v0.44.0

type MockNotificationDestinationsInterface_DeleteById_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_DeleteById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteById'

func (*MockNotificationDestinationsInterface_DeleteById_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_DeleteById_Call) Run added in v0.44.0

func (*MockNotificationDestinationsInterface_DeleteById_Call) RunAndReturn added in v0.44.0

type MockNotificationDestinationsInterface_Delete_Call added in v0.44.0

type MockNotificationDestinationsInterface_Delete_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockNotificationDestinationsInterface_Delete_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_Delete_Call) Run added in v0.44.0

func (*MockNotificationDestinationsInterface_Delete_Call) RunAndReturn added in v0.44.0

type MockNotificationDestinationsInterface_Expecter added in v0.44.0

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

func (*MockNotificationDestinationsInterface_Expecter) Create added in v0.44.0

Create is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreateNotificationDestinationRequest

func (*MockNotificationDestinationsInterface_Expecter) Delete added in v0.44.0

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteNotificationDestinationRequest

func (*MockNotificationDestinationsInterface_Expecter) DeleteById added in v0.44.0

DeleteById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockNotificationDestinationsInterface_Expecter) Get added in v0.44.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetNotificationDestinationRequest

func (*MockNotificationDestinationsInterface_Expecter) GetById added in v0.44.0

GetById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockNotificationDestinationsInterface_Expecter) List added in v0.44.0

List is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListNotificationDestinationsRequest

func (*MockNotificationDestinationsInterface_Expecter) ListAll added in v0.44.0

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListNotificationDestinationsRequest

func (*MockNotificationDestinationsInterface_Expecter) Update added in v0.44.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateNotificationDestinationRequest

type MockNotificationDestinationsInterface_GetById_Call added in v0.44.0

type MockNotificationDestinationsInterface_GetById_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_GetById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetById'

func (*MockNotificationDestinationsInterface_GetById_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_GetById_Call) Run added in v0.44.0

func (*MockNotificationDestinationsInterface_GetById_Call) RunAndReturn added in v0.44.0

type MockNotificationDestinationsInterface_Get_Call added in v0.44.0

type MockNotificationDestinationsInterface_Get_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockNotificationDestinationsInterface_Get_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_Get_Call) Run added in v0.44.0

type MockNotificationDestinationsInterface_ListAll_Call added in v0.44.0

type MockNotificationDestinationsInterface_ListAll_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'

func (*MockNotificationDestinationsInterface_ListAll_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_ListAll_Call) Run added in v0.44.0

type MockNotificationDestinationsInterface_List_Call added in v0.44.0

type MockNotificationDestinationsInterface_List_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MockNotificationDestinationsInterface_List_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_List_Call) Run added in v0.44.0

type MockNotificationDestinationsInterface_Update_Call added in v0.44.0

type MockNotificationDestinationsInterface_Update_Call struct {
	*mock.Call
}

MockNotificationDestinationsInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockNotificationDestinationsInterface_Update_Call) Return added in v0.44.0

func (*MockNotificationDestinationsInterface_Update_Call) Run added in v0.44.0

type MockPersonalComputeInterface added in v0.34.0

type MockPersonalComputeInterface struct {
	mock.Mock
}

MockPersonalComputeInterface is an autogenerated mock type for the PersonalComputeInterface type

func NewMockPersonalComputeInterface added in v0.34.0

func NewMockPersonalComputeInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockPersonalComputeInterface

NewMockPersonalComputeInterface creates a new instance of MockPersonalComputeInterface. 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 (*MockPersonalComputeInterface) Delete added in v0.34.0

Delete provides a mock function with given fields: ctx, request

func (*MockPersonalComputeInterface) EXPECT added in v0.34.0

func (*MockPersonalComputeInterface) Get added in v0.34.0

Get provides a mock function with given fields: ctx, request

func (*MockPersonalComputeInterface) Update added in v0.34.0

Update provides a mock function with given fields: ctx, request

type MockPersonalComputeInterface_Delete_Call added in v0.34.0

type MockPersonalComputeInterface_Delete_Call struct {
	*mock.Call
}

MockPersonalComputeInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockPersonalComputeInterface_Delete_Call) Return added in v0.34.0

func (*MockPersonalComputeInterface_Delete_Call) Run added in v0.34.0

type MockPersonalComputeInterface_Expecter added in v0.34.0

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

func (*MockPersonalComputeInterface_Expecter) Delete added in v0.34.0

func (_e *MockPersonalComputeInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockPersonalComputeInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeletePersonalComputeSettingRequest

func (*MockPersonalComputeInterface_Expecter) Get added in v0.34.0

func (_e *MockPersonalComputeInterface_Expecter) Get(ctx interface{}, request interface{}) *MockPersonalComputeInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetPersonalComputeSettingRequest

func (*MockPersonalComputeInterface_Expecter) Update added in v0.34.0

func (_e *MockPersonalComputeInterface_Expecter) Update(ctx interface{}, request interface{}) *MockPersonalComputeInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdatePersonalComputeSettingRequest

type MockPersonalComputeInterface_Get_Call added in v0.34.0

type MockPersonalComputeInterface_Get_Call struct {
	*mock.Call
}

MockPersonalComputeInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockPersonalComputeInterface_Get_Call) Return added in v0.34.0

func (*MockPersonalComputeInterface_Get_Call) Run added in v0.34.0

type MockPersonalComputeInterface_Update_Call added in v0.34.0

type MockPersonalComputeInterface_Update_Call struct {
	*mock.Call
}

MockPersonalComputeInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockPersonalComputeInterface_Update_Call) Return added in v0.34.0

func (*MockPersonalComputeInterface_Update_Call) Run added in v0.34.0

type MockRestrictWorkspaceAdminsInterface added in v0.34.0

type MockRestrictWorkspaceAdminsInterface struct {
	mock.Mock
}

MockRestrictWorkspaceAdminsInterface is an autogenerated mock type for the RestrictWorkspaceAdminsInterface type

func NewMockRestrictWorkspaceAdminsInterface added in v0.34.0

func NewMockRestrictWorkspaceAdminsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockRestrictWorkspaceAdminsInterface

NewMockRestrictWorkspaceAdminsInterface creates a new instance of MockRestrictWorkspaceAdminsInterface. 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 (*MockRestrictWorkspaceAdminsInterface) Delete added in v0.34.0

Delete provides a mock function with given fields: ctx, request

func (*MockRestrictWorkspaceAdminsInterface) EXPECT added in v0.34.0

func (*MockRestrictWorkspaceAdminsInterface) Get added in v0.34.0

Get provides a mock function with given fields: ctx, request

func (*MockRestrictWorkspaceAdminsInterface) Update added in v0.34.0

Update provides a mock function with given fields: ctx, request

type MockRestrictWorkspaceAdminsInterface_Delete_Call added in v0.34.0

type MockRestrictWorkspaceAdminsInterface_Delete_Call struct {
	*mock.Call
}

MockRestrictWorkspaceAdminsInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockRestrictWorkspaceAdminsInterface_Delete_Call) Return added in v0.34.0

func (*MockRestrictWorkspaceAdminsInterface_Delete_Call) Run added in v0.34.0

type MockRestrictWorkspaceAdminsInterface_Expecter added in v0.34.0

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

func (*MockRestrictWorkspaceAdminsInterface_Expecter) Delete added in v0.34.0

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteRestrictWorkspaceAdminsSettingRequest

func (*MockRestrictWorkspaceAdminsInterface_Expecter) Get added in v0.34.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetRestrictWorkspaceAdminsSettingRequest

func (*MockRestrictWorkspaceAdminsInterface_Expecter) Update added in v0.34.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateRestrictWorkspaceAdminsSettingRequest

type MockRestrictWorkspaceAdminsInterface_Get_Call added in v0.34.0

type MockRestrictWorkspaceAdminsInterface_Get_Call struct {
	*mock.Call
}

MockRestrictWorkspaceAdminsInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockRestrictWorkspaceAdminsInterface_Get_Call) Return added in v0.34.0

func (*MockRestrictWorkspaceAdminsInterface_Get_Call) Run added in v0.34.0

type MockRestrictWorkspaceAdminsInterface_Update_Call added in v0.34.0

type MockRestrictWorkspaceAdminsInterface_Update_Call struct {
	*mock.Call
}

MockRestrictWorkspaceAdminsInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*MockRestrictWorkspaceAdminsInterface_Update_Call) Return added in v0.34.0

func (*MockRestrictWorkspaceAdminsInterface_Update_Call) Run added in v0.34.0

type MockSettingsInterface

type MockSettingsInterface struct {
	mock.Mock
}

MockSettingsInterface is an autogenerated mock type for the SettingsInterface type

func NewMockSettingsInterface

func NewMockSettingsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockSettingsInterface

NewMockSettingsInterface creates a new instance of MockSettingsInterface. 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 (*MockSettingsInterface) AutomaticClusterUpdate added in v0.34.0

func (_m *MockSettingsInterface) AutomaticClusterUpdate() settings.AutomaticClusterUpdateInterface

AutomaticClusterUpdate provides a mock function with given fields:

func (*MockSettingsInterface) ComplianceSecurityProfile added in v0.40.0

func (_m *MockSettingsInterface) ComplianceSecurityProfile() settings.ComplianceSecurityProfileInterface

ComplianceSecurityProfile provides a mock function with given fields:

func (*MockSettingsInterface) DefaultNamespace added in v0.34.0

DefaultNamespace provides a mock function with given fields:

func (*MockSettingsInterface) DisableLegacyAccess added in v0.47.0

DisableLegacyAccess provides a mock function with given fields:

func (*MockSettingsInterface) EXPECT

func (*MockSettingsInterface) EnhancedSecurityMonitoring added in v0.40.0

func (_m *MockSettingsInterface) EnhancedSecurityMonitoring() settings.EnhancedSecurityMonitoringInterface

EnhancedSecurityMonitoring provides a mock function with given fields:

func (*MockSettingsInterface) RestrictWorkspaceAdmins added in v0.34.0

func (_m *MockSettingsInterface) RestrictWorkspaceAdmins() settings.RestrictWorkspaceAdminsInterface

RestrictWorkspaceAdmins provides a mock function with given fields:

type MockSettingsInterface_AutomaticClusterUpdate_Call added in v0.34.0

type MockSettingsInterface_AutomaticClusterUpdate_Call struct {
	*mock.Call
}

MockSettingsInterface_AutomaticClusterUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AutomaticClusterUpdate'

func (*MockSettingsInterface_AutomaticClusterUpdate_Call) Return added in v0.34.0

func (*MockSettingsInterface_AutomaticClusterUpdate_Call) Run added in v0.34.0

func (*MockSettingsInterface_AutomaticClusterUpdate_Call) RunAndReturn added in v0.34.0

type MockSettingsInterface_ComplianceSecurityProfile_Call added in v0.40.0

type MockSettingsInterface_ComplianceSecurityProfile_Call struct {
	*mock.Call
}

MockSettingsInterface_ComplianceSecurityProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ComplianceSecurityProfile'

func (*MockSettingsInterface_ComplianceSecurityProfile_Call) Return added in v0.40.0

func (*MockSettingsInterface_ComplianceSecurityProfile_Call) Run added in v0.40.0

func (*MockSettingsInterface_ComplianceSecurityProfile_Call) RunAndReturn added in v0.40.0

type MockSettingsInterface_DefaultNamespace_Call added in v0.34.0

type MockSettingsInterface_DefaultNamespace_Call struct {
	*mock.Call
}

MockSettingsInterface_DefaultNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DefaultNamespace'

func (*MockSettingsInterface_DefaultNamespace_Call) Return added in v0.34.0

func (*MockSettingsInterface_DefaultNamespace_Call) Run added in v0.34.0

func (*MockSettingsInterface_DefaultNamespace_Call) RunAndReturn added in v0.34.0

type MockSettingsInterface_DisableLegacyAccess_Call added in v0.47.0

type MockSettingsInterface_DisableLegacyAccess_Call struct {
	*mock.Call
}

MockSettingsInterface_DisableLegacyAccess_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisableLegacyAccess'

func (*MockSettingsInterface_DisableLegacyAccess_Call) Return added in v0.47.0

func (*MockSettingsInterface_DisableLegacyAccess_Call) Run added in v0.47.0

func (*MockSettingsInterface_DisableLegacyAccess_Call) RunAndReturn added in v0.47.0

type MockSettingsInterface_EnhancedSecurityMonitoring_Call added in v0.40.0

type MockSettingsInterface_EnhancedSecurityMonitoring_Call struct {
	*mock.Call
}

MockSettingsInterface_EnhancedSecurityMonitoring_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnhancedSecurityMonitoring'

func (*MockSettingsInterface_EnhancedSecurityMonitoring_Call) Return added in v0.40.0

func (*MockSettingsInterface_EnhancedSecurityMonitoring_Call) Run added in v0.40.0

func (*MockSettingsInterface_EnhancedSecurityMonitoring_Call) RunAndReturn added in v0.40.0

type MockSettingsInterface_Expecter

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

func (*MockSettingsInterface_Expecter) AutomaticClusterUpdate added in v0.34.0

AutomaticClusterUpdate is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) ComplianceSecurityProfile added in v0.40.0

ComplianceSecurityProfile is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) DefaultNamespace added in v0.34.0

DefaultNamespace is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) DisableLegacyAccess added in v0.47.0

DisableLegacyAccess is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) EnhancedSecurityMonitoring added in v0.40.0

EnhancedSecurityMonitoring is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) RestrictWorkspaceAdmins added in v0.34.0

RestrictWorkspaceAdmins is a helper method to define mock.On call

type MockSettingsInterface_RestrictWorkspaceAdmins_Call added in v0.34.0

type MockSettingsInterface_RestrictWorkspaceAdmins_Call struct {
	*mock.Call
}

MockSettingsInterface_RestrictWorkspaceAdmins_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestrictWorkspaceAdmins'

func (*MockSettingsInterface_RestrictWorkspaceAdmins_Call) Return added in v0.34.0

func (*MockSettingsInterface_RestrictWorkspaceAdmins_Call) Run added in v0.34.0

func (*MockSettingsInterface_RestrictWorkspaceAdmins_Call) RunAndReturn added in v0.34.0

type MockTokenManagementInterface

type MockTokenManagementInterface struct {
	mock.Mock
}

MockTokenManagementInterface is an autogenerated mock type for the TokenManagementInterface type

func NewMockTokenManagementInterface

func NewMockTokenManagementInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockTokenManagementInterface

NewMockTokenManagementInterface creates a new instance of MockTokenManagementInterface. 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 (*MockTokenManagementInterface) CreateOboToken

CreateOboToken provides a mock function with given fields: ctx, request

func (*MockTokenManagementInterface) Delete

Delete provides a mock function with given fields: ctx, request

func (*MockTokenManagementInterface) DeleteByTokenId

func (_m *MockTokenManagementInterface) DeleteByTokenId(ctx context.Context, tokenId string) error

DeleteByTokenId provides a mock function with given fields: ctx, tokenId

func (*MockTokenManagementInterface) EXPECT

func (*MockTokenManagementInterface) Get

Get provides a mock function with given fields: ctx, request

func (*MockTokenManagementInterface) GetByComment

func (_m *MockTokenManagementInterface) GetByComment(ctx context.Context, name string) (*settings.TokenInfo, error)

GetByComment provides a mock function with given fields: ctx, name

func (*MockTokenManagementInterface) GetByTokenId

GetByTokenId provides a mock function with given fields: ctx, tokenId

func (*MockTokenManagementInterface) GetPermissionLevels

GetPermissionLevels provides a mock function with given fields: ctx

func (*MockTokenManagementInterface) GetPermissions

GetPermissions provides a mock function with given fields: ctx

func (*MockTokenManagementInterface) List

List provides a mock function with given fields: ctx, request

func (*MockTokenManagementInterface) ListAll

ListAll provides a mock function with given fields: ctx, request

func (*MockTokenManagementInterface) SetPermissions

SetPermissions provides a mock function with given fields: ctx, request

func (*MockTokenManagementInterface) TokenInfoCommentToTokenIdMap

func (_m *MockTokenManagementInterface) TokenInfoCommentToTokenIdMap(ctx context.Context, request settings.ListTokenManagementRequest) (map[string]string, error)

TokenInfoCommentToTokenIdMap provides a mock function with given fields: ctx, request

func (*MockTokenManagementInterface) UpdatePermissions

UpdatePermissions provides a mock function with given fields: ctx, request

type MockTokenManagementInterface_CreateOboToken_Call

type MockTokenManagementInterface_CreateOboToken_Call struct {
	*mock.Call
}

MockTokenManagementInterface_CreateOboToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOboToken'

func (*MockTokenManagementInterface_CreateOboToken_Call) Return

func (*MockTokenManagementInterface_CreateOboToken_Call) Run

type MockTokenManagementInterface_DeleteByTokenId_Call

type MockTokenManagementInterface_DeleteByTokenId_Call struct {
	*mock.Call
}

MockTokenManagementInterface_DeleteByTokenId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteByTokenId'

func (*MockTokenManagementInterface_DeleteByTokenId_Call) Return

func (*MockTokenManagementInterface_DeleteByTokenId_Call) Run

func (*MockTokenManagementInterface_DeleteByTokenId_Call) RunAndReturn

type MockTokenManagementInterface_Delete_Call

type MockTokenManagementInterface_Delete_Call struct {
	*mock.Call
}

MockTokenManagementInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockTokenManagementInterface_Delete_Call) Return

func (*MockTokenManagementInterface_Delete_Call) Run

type MockTokenManagementInterface_Expecter

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

func (*MockTokenManagementInterface_Expecter) CreateOboToken

func (_e *MockTokenManagementInterface_Expecter) CreateOboToken(ctx interface{}, request interface{}) *MockTokenManagementInterface_CreateOboToken_Call

CreateOboToken is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreateOboTokenRequest

func (*MockTokenManagementInterface_Expecter) Delete

func (_e *MockTokenManagementInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockTokenManagementInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteTokenManagementRequest

func (*MockTokenManagementInterface_Expecter) DeleteByTokenId

func (_e *MockTokenManagementInterface_Expecter) DeleteByTokenId(ctx interface{}, tokenId interface{}) *MockTokenManagementInterface_DeleteByTokenId_Call

DeleteByTokenId is a helper method to define mock.On call

  • ctx context.Context
  • tokenId string

func (*MockTokenManagementInterface_Expecter) Get

func (_e *MockTokenManagementInterface_Expecter) Get(ctx interface{}, request interface{}) *MockTokenManagementInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetTokenManagementRequest

func (*MockTokenManagementInterface_Expecter) GetByComment

func (_e *MockTokenManagementInterface_Expecter) GetByComment(ctx interface{}, name interface{}) *MockTokenManagementInterface_GetByComment_Call

GetByComment is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockTokenManagementInterface_Expecter) GetByTokenId

func (_e *MockTokenManagementInterface_Expecter) GetByTokenId(ctx interface{}, tokenId interface{}) *MockTokenManagementInterface_GetByTokenId_Call

GetByTokenId is a helper method to define mock.On call

  • ctx context.Context
  • tokenId string

func (*MockTokenManagementInterface_Expecter) GetPermissionLevels

GetPermissionLevels is a helper method to define mock.On call

  • ctx context.Context

func (*MockTokenManagementInterface_Expecter) GetPermissions

GetPermissions is a helper method to define mock.On call

  • ctx context.Context

func (*MockTokenManagementInterface_Expecter) List

func (_e *MockTokenManagementInterface_Expecter) List(ctx interface{}, request interface{}) *MockTokenManagementInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListTokenManagementRequest

func (*MockTokenManagementInterface_Expecter) ListAll

func (_e *MockTokenManagementInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockTokenManagementInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListTokenManagementRequest

func (*MockTokenManagementInterface_Expecter) SetPermissions

func (_e *MockTokenManagementInterface_Expecter) SetPermissions(ctx interface{}, request interface{}) *MockTokenManagementInterface_SetPermissions_Call

SetPermissions is a helper method to define mock.On call

  • ctx context.Context
  • request settings.TokenPermissionsRequest

func (*MockTokenManagementInterface_Expecter) TokenInfoCommentToTokenIdMap

func (_e *MockTokenManagementInterface_Expecter) TokenInfoCommentToTokenIdMap(ctx interface{}, request interface{}) *MockTokenManagementInterface_TokenInfoCommentToTokenIdMap_Call

TokenInfoCommentToTokenIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListTokenManagementRequest

func (*MockTokenManagementInterface_Expecter) UpdatePermissions

func (_e *MockTokenManagementInterface_Expecter) UpdatePermissions(ctx interface{}, request interface{}) *MockTokenManagementInterface_UpdatePermissions_Call

UpdatePermissions is a helper method to define mock.On call

  • ctx context.Context
  • request settings.TokenPermissionsRequest

type MockTokenManagementInterface_GetByComment_Call

type MockTokenManagementInterface_GetByComment_Call struct {
	*mock.Call
}

MockTokenManagementInterface_GetByComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByComment'

func (*MockTokenManagementInterface_GetByComment_Call) Return

func (*MockTokenManagementInterface_GetByComment_Call) Run

func (*MockTokenManagementInterface_GetByComment_Call) RunAndReturn

type MockTokenManagementInterface_GetByTokenId_Call

type MockTokenManagementInterface_GetByTokenId_Call struct {
	*mock.Call
}

MockTokenManagementInterface_GetByTokenId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByTokenId'

func (*MockTokenManagementInterface_GetByTokenId_Call) Return

func (*MockTokenManagementInterface_GetByTokenId_Call) Run

func (*MockTokenManagementInterface_GetByTokenId_Call) RunAndReturn

type MockTokenManagementInterface_GetPermissionLevels_Call

type MockTokenManagementInterface_GetPermissionLevels_Call struct {
	*mock.Call
}

MockTokenManagementInterface_GetPermissionLevels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissionLevels'

func (*MockTokenManagementInterface_GetPermissionLevels_Call) Run

type MockTokenManagementInterface_GetPermissions_Call

type MockTokenManagementInterface_GetPermissions_Call struct {
	*mock.Call
}

MockTokenManagementInterface_GetPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermissions'

func (*MockTokenManagementInterface_GetPermissions_Call) Return

func (*MockTokenManagementInterface_GetPermissions_Call) Run

func (*MockTokenManagementInterface_GetPermissions_Call) RunAndReturn

type MockTokenManagementInterface_Get_Call

type MockTokenManagementInterface_Get_Call struct {
	*mock.Call
}

MockTokenManagementInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockTokenManagementInterface_Get_Call) Return

func (*MockTokenManagementInterface_Get_Call) Run

type MockTokenManagementInterface_ListAll_Call

type MockTokenManagementInterface_ListAll_Call struct {
	*mock.Call
}

MockTokenManagementInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'

func (*MockTokenManagementInterface_ListAll_Call) Return

func (*MockTokenManagementInterface_ListAll_Call) Run

type MockTokenManagementInterface_List_Call

type MockTokenManagementInterface_List_Call struct {
	*mock.Call
}

MockTokenManagementInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MockTokenManagementInterface_List_Call) Return

func (*MockTokenManagementInterface_List_Call) Run

type MockTokenManagementInterface_SetPermissions_Call

type MockTokenManagementInterface_SetPermissions_Call struct {
	*mock.Call
}

MockTokenManagementInterface_SetPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetPermissions'

func (*MockTokenManagementInterface_SetPermissions_Call) Return

func (*MockTokenManagementInterface_SetPermissions_Call) Run

type MockTokenManagementInterface_TokenInfoCommentToTokenIdMap_Call

type MockTokenManagementInterface_TokenInfoCommentToTokenIdMap_Call struct {
	*mock.Call
}

MockTokenManagementInterface_TokenInfoCommentToTokenIdMap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TokenInfoCommentToTokenIdMap'

func (*MockTokenManagementInterface_TokenInfoCommentToTokenIdMap_Call) Return

func (*MockTokenManagementInterface_TokenInfoCommentToTokenIdMap_Call) Run

type MockTokenManagementInterface_UpdatePermissions_Call

type MockTokenManagementInterface_UpdatePermissions_Call struct {
	*mock.Call
}

MockTokenManagementInterface_UpdatePermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdatePermissions'

func (*MockTokenManagementInterface_UpdatePermissions_Call) Return

func (*MockTokenManagementInterface_UpdatePermissions_Call) Run

type MockTokensInterface

type MockTokensInterface struct {
	mock.Mock
}

MockTokensInterface is an autogenerated mock type for the TokensInterface type

func NewMockTokensInterface

func NewMockTokensInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockTokensInterface

NewMockTokensInterface creates a new instance of MockTokensInterface. 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 (*MockTokensInterface) Create

Create provides a mock function with given fields: ctx, request

func (*MockTokensInterface) Delete

Delete provides a mock function with given fields: ctx, request

func (*MockTokensInterface) DeleteByTokenId

func (_m *MockTokensInterface) DeleteByTokenId(ctx context.Context, tokenId string) error

DeleteByTokenId provides a mock function with given fields: ctx, tokenId

func (*MockTokensInterface) EXPECT

func (*MockTokensInterface) GetByComment

func (_m *MockTokensInterface) GetByComment(ctx context.Context, name string) (*settings.PublicTokenInfo, error)

GetByComment provides a mock function with given fields: ctx, name

func (*MockTokensInterface) List

List provides a mock function with given fields: ctx

func (*MockTokensInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockTokensInterface) PublicTokenInfoCommentToTokenIdMap

func (_m *MockTokensInterface) PublicTokenInfoCommentToTokenIdMap(ctx context.Context) (map[string]string, error)

PublicTokenInfoCommentToTokenIdMap provides a mock function with given fields: ctx

type MockTokensInterface_Create_Call

type MockTokensInterface_Create_Call struct {
	*mock.Call
}

MockTokensInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*MockTokensInterface_Create_Call) Return

func (*MockTokensInterface_Create_Call) Run

type MockTokensInterface_DeleteByTokenId_Call

type MockTokensInterface_DeleteByTokenId_Call struct {
	*mock.Call
}

MockTokensInterface_DeleteByTokenId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteByTokenId'

func (*MockTokensInterface_DeleteByTokenId_Call) Return

func (*MockTokensInterface_DeleteByTokenId_Call) Run

func (*MockTokensInterface_DeleteByTokenId_Call) RunAndReturn

type MockTokensInterface_Delete_Call

type MockTokensInterface_Delete_Call struct {
	*mock.Call
}

MockTokensInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*MockTokensInterface_Delete_Call) Return

func (*MockTokensInterface_Delete_Call) Run

func (*MockTokensInterface_Delete_Call) RunAndReturn

type MockTokensInterface_Expecter

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

func (*MockTokensInterface_Expecter) Create

func (_e *MockTokensInterface_Expecter) Create(ctx interface{}, request interface{}) *MockTokensInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreateTokenRequest

func (*MockTokensInterface_Expecter) Delete

func (_e *MockTokensInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockTokensInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.RevokeTokenRequest

func (*MockTokensInterface_Expecter) DeleteByTokenId

func (_e *MockTokensInterface_Expecter) DeleteByTokenId(ctx interface{}, tokenId interface{}) *MockTokensInterface_DeleteByTokenId_Call

DeleteByTokenId is a helper method to define mock.On call

  • ctx context.Context
  • tokenId string

func (*MockTokensInterface_Expecter) GetByComment

func (_e *MockTokensInterface_Expecter) GetByComment(ctx interface{}, name interface{}) *MockTokensInterface_GetByComment_Call

GetByComment is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockTokensInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockTokensInterface_Expecter) ListAll

func (_e *MockTokensInterface_Expecter) ListAll(ctx interface{}) *MockTokensInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockTokensInterface_Expecter) PublicTokenInfoCommentToTokenIdMap

func (_e *MockTokensInterface_Expecter) PublicTokenInfoCommentToTokenIdMap(ctx interface{}) *MockTokensInterface_PublicTokenInfoCommentToTokenIdMap_Call

PublicTokenInfoCommentToTokenIdMap is a helper method to define mock.On call

  • ctx context.Context

type MockTokensInterface_GetByComment_Call

type MockTokensInterface_GetByComment_Call struct {
	*mock.Call
}

MockTokensInterface_GetByComment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByComment'

func (*MockTokensInterface_GetByComment_Call) Return

func (*MockTokensInterface_GetByComment_Call) Run

func (*MockTokensInterface_GetByComment_Call) RunAndReturn

type MockTokensInterface_ListAll_Call

type MockTokensInterface_ListAll_Call struct {
	*mock.Call
}

MockTokensInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'

func (*MockTokensInterface_ListAll_Call) Return

func (*MockTokensInterface_ListAll_Call) Run

func (*MockTokensInterface_ListAll_Call) RunAndReturn

type MockTokensInterface_List_Call

type MockTokensInterface_List_Call struct {
	*mock.Call
}

MockTokensInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MockTokensInterface_List_Call) Return

func (*MockTokensInterface_List_Call) Run

func (*MockTokensInterface_List_Call) RunAndReturn

type MockTokensInterface_PublicTokenInfoCommentToTokenIdMap_Call

type MockTokensInterface_PublicTokenInfoCommentToTokenIdMap_Call struct {
	*mock.Call
}

MockTokensInterface_PublicTokenInfoCommentToTokenIdMap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublicTokenInfoCommentToTokenIdMap'

func (*MockTokensInterface_PublicTokenInfoCommentToTokenIdMap_Call) Return

func (*MockTokensInterface_PublicTokenInfoCommentToTokenIdMap_Call) Run

func (*MockTokensInterface_PublicTokenInfoCommentToTokenIdMap_Call) RunAndReturn

type MockWorkspaceConfInterface

type MockWorkspaceConfInterface struct {
	mock.Mock
}

MockWorkspaceConfInterface is an autogenerated mock type for the WorkspaceConfInterface type

func NewMockWorkspaceConfInterface

func NewMockWorkspaceConfInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockWorkspaceConfInterface

NewMockWorkspaceConfInterface creates a new instance of MockWorkspaceConfInterface. 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 (*MockWorkspaceConfInterface) EXPECT

func (*MockWorkspaceConfInterface) GetStatus

GetStatus provides a mock function with given fields: ctx, request

func (*MockWorkspaceConfInterface) SetStatus

SetStatus provides a mock function with given fields: ctx, request

type MockWorkspaceConfInterface_Expecter

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

func (*MockWorkspaceConfInterface_Expecter) GetStatus

func (_e *MockWorkspaceConfInterface_Expecter) GetStatus(ctx interface{}, request interface{}) *MockWorkspaceConfInterface_GetStatus_Call

GetStatus is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetStatusRequest

func (*MockWorkspaceConfInterface_Expecter) SetStatus

func (_e *MockWorkspaceConfInterface_Expecter) SetStatus(ctx interface{}, request interface{}) *MockWorkspaceConfInterface_SetStatus_Call

SetStatus is a helper method to define mock.On call

  • ctx context.Context
  • request settings.WorkspaceConf

type MockWorkspaceConfInterface_GetStatus_Call

type MockWorkspaceConfInterface_GetStatus_Call struct {
	*mock.Call
}

MockWorkspaceConfInterface_GetStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStatus'

func (*MockWorkspaceConfInterface_GetStatus_Call) Return

func (*MockWorkspaceConfInterface_GetStatus_Call) Run

func (*MockWorkspaceConfInterface_GetStatus_Call) RunAndReturn

type MockWorkspaceConfInterface_SetStatus_Call

type MockWorkspaceConfInterface_SetStatus_Call struct {
	*mock.Call
}

MockWorkspaceConfInterface_SetStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetStatus'

func (*MockWorkspaceConfInterface_SetStatus_Call) Return

func (*MockWorkspaceConfInterface_SetStatus_Call) Run

func (*MockWorkspaceConfInterface_SetStatus_Call) RunAndReturn

Jump to

Keyboard shortcuts

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