settings

package
v0.77.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2025 License: Apache-2.0 Imports: 4 Imported by: 1

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 no fields

func (*MockAccountSettingsInterface) DisableLegacyFeatures added in v0.47.0

DisableLegacyFeatures provides a mock function with no fields

func (*MockAccountSettingsInterface) EXPECT

func (*MockAccountSettingsInterface) EnableIpAccessLists added in v0.57.0

EnableIpAccessLists provides a mock function with no fields

func (*MockAccountSettingsInterface) EsmEnablementAccount added in v0.34.0

EsmEnablementAccount provides a mock function with no fields

func (*MockAccountSettingsInterface) LlmProxyPartnerPoweredAccount added in v0.69.0

LlmProxyPartnerPoweredAccount provides a mock function with no fields

func (*MockAccountSettingsInterface) LlmProxyPartnerPoweredEnforce added in v0.69.0

LlmProxyPartnerPoweredEnforce provides a mock function with no fields

func (*MockAccountSettingsInterface) PersonalCompute added in v0.34.0

PersonalCompute provides a mock function with no 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_EnableIpAccessLists_Call added in v0.57.0

type MockAccountSettingsInterface_EnableIpAccessLists_Call struct {
	*mock.Call
}

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

func (*MockAccountSettingsInterface_EnableIpAccessLists_Call) Return added in v0.57.0

func (*MockAccountSettingsInterface_EnableIpAccessLists_Call) Run added in v0.57.0

func (*MockAccountSettingsInterface_EnableIpAccessLists_Call) RunAndReturn added in v0.57.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) EnableIpAccessLists added in v0.57.0

EnableIpAccessLists 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) LlmProxyPartnerPoweredAccount added in v0.69.0

LlmProxyPartnerPoweredAccount is a helper method to define mock.On call

func (*MockAccountSettingsInterface_Expecter) LlmProxyPartnerPoweredEnforce added in v0.69.0

LlmProxyPartnerPoweredEnforce 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_LlmProxyPartnerPoweredAccount_Call added in v0.69.0

type MockAccountSettingsInterface_LlmProxyPartnerPoweredAccount_Call struct {
	*mock.Call
}

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

func (*MockAccountSettingsInterface_LlmProxyPartnerPoweredAccount_Call) Return added in v0.69.0

func (*MockAccountSettingsInterface_LlmProxyPartnerPoweredAccount_Call) Run added in v0.69.0

func (*MockAccountSettingsInterface_LlmProxyPartnerPoweredAccount_Call) RunAndReturn added in v0.69.0

type MockAccountSettingsInterface_LlmProxyPartnerPoweredEnforce_Call added in v0.69.0

type MockAccountSettingsInterface_LlmProxyPartnerPoweredEnforce_Call struct {
	*mock.Call
}

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

func (*MockAccountSettingsInterface_LlmProxyPartnerPoweredEnforce_Call) Return added in v0.69.0

func (*MockAccountSettingsInterface_LlmProxyPartnerPoweredEnforce_Call) Run added in v0.69.0

func (*MockAccountSettingsInterface_LlmProxyPartnerPoweredEnforce_Call) RunAndReturn added in v0.69.0

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 MockAibiDashboardEmbeddingAccessPolicyInterface added in v0.50.0

type MockAibiDashboardEmbeddingAccessPolicyInterface struct {
	mock.Mock
}

MockAibiDashboardEmbeddingAccessPolicyInterface is an autogenerated mock type for the AibiDashboardEmbeddingAccessPolicyInterface type

func NewMockAibiDashboardEmbeddingAccessPolicyInterface added in v0.50.0

func NewMockAibiDashboardEmbeddingAccessPolicyInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAibiDashboardEmbeddingAccessPolicyInterface

NewMockAibiDashboardEmbeddingAccessPolicyInterface creates a new instance of MockAibiDashboardEmbeddingAccessPolicyInterface. 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 (*MockAibiDashboardEmbeddingAccessPolicyInterface) Delete added in v0.53.0

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

func (*MockAibiDashboardEmbeddingAccessPolicyInterface) EXPECT added in v0.50.0

func (*MockAibiDashboardEmbeddingAccessPolicyInterface) Get added in v0.50.0

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

func (*MockAibiDashboardEmbeddingAccessPolicyInterface) Update added in v0.50.0

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

type MockAibiDashboardEmbeddingAccessPolicyInterface_Delete_Call added in v0.53.0

type MockAibiDashboardEmbeddingAccessPolicyInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Delete_Call) Run added in v0.53.0

type MockAibiDashboardEmbeddingAccessPolicyInterface_Expecter added in v0.50.0

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

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Expecter) Delete added in v0.53.0

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteAibiDashboardEmbeddingAccessPolicySettingRequest

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Expecter) Get added in v0.50.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetAibiDashboardEmbeddingAccessPolicySettingRequest

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Expecter) Update added in v0.50.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateAibiDashboardEmbeddingAccessPolicySettingRequest

type MockAibiDashboardEmbeddingAccessPolicyInterface_Get_Call added in v0.50.0

type MockAibiDashboardEmbeddingAccessPolicyInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Get_Call) Return added in v0.50.0

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Get_Call) Run added in v0.50.0

type MockAibiDashboardEmbeddingAccessPolicyInterface_Update_Call added in v0.50.0

type MockAibiDashboardEmbeddingAccessPolicyInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Update_Call) Return added in v0.50.0

func (*MockAibiDashboardEmbeddingAccessPolicyInterface_Update_Call) Run added in v0.50.0

type MockAibiDashboardEmbeddingApprovedDomainsInterface added in v0.50.0

type MockAibiDashboardEmbeddingApprovedDomainsInterface struct {
	mock.Mock
}

MockAibiDashboardEmbeddingApprovedDomainsInterface is an autogenerated mock type for the AibiDashboardEmbeddingApprovedDomainsInterface type

func NewMockAibiDashboardEmbeddingApprovedDomainsInterface added in v0.50.0

func NewMockAibiDashboardEmbeddingApprovedDomainsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAibiDashboardEmbeddingApprovedDomainsInterface

NewMockAibiDashboardEmbeddingApprovedDomainsInterface creates a new instance of MockAibiDashboardEmbeddingApprovedDomainsInterface. 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 (*MockAibiDashboardEmbeddingApprovedDomainsInterface) Delete added in v0.53.0

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

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface) EXPECT added in v0.50.0

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface) Get added in v0.50.0

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

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface) Update added in v0.50.0

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

type MockAibiDashboardEmbeddingApprovedDomainsInterface_Delete_Call added in v0.53.0

type MockAibiDashboardEmbeddingApprovedDomainsInterface_Delete_Call struct {
	*mock.Call
}

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

type MockAibiDashboardEmbeddingApprovedDomainsInterface_Expecter added in v0.50.0

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

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface_Expecter) Delete added in v0.53.0

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteAibiDashboardEmbeddingApprovedDomainsSettingRequest

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface_Expecter) Get added in v0.50.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetAibiDashboardEmbeddingApprovedDomainsSettingRequest

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface_Expecter) Update added in v0.50.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateAibiDashboardEmbeddingApprovedDomainsSettingRequest

type MockAibiDashboardEmbeddingApprovedDomainsInterface_Get_Call added in v0.50.0

type MockAibiDashboardEmbeddingApprovedDomainsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface_Get_Call) Return added in v0.50.0

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface_Get_Call) Run added in v0.50.0

type MockAibiDashboardEmbeddingApprovedDomainsInterface_Update_Call added in v0.50.0

type MockAibiDashboardEmbeddingApprovedDomainsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockAibiDashboardEmbeddingApprovedDomainsInterface_Update_Call) Return added in v0.50.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 MockDashboardEmailSubscriptionsInterface added in v0.72.0

type MockDashboardEmailSubscriptionsInterface struct {
	mock.Mock
}

MockDashboardEmailSubscriptionsInterface is an autogenerated mock type for the DashboardEmailSubscriptionsInterface type

func NewMockDashboardEmailSubscriptionsInterface added in v0.72.0

func NewMockDashboardEmailSubscriptionsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDashboardEmailSubscriptionsInterface

NewMockDashboardEmailSubscriptionsInterface creates a new instance of MockDashboardEmailSubscriptionsInterface. 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 (*MockDashboardEmailSubscriptionsInterface) Delete added in v0.72.0

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

func (*MockDashboardEmailSubscriptionsInterface) EXPECT added in v0.72.0

func (*MockDashboardEmailSubscriptionsInterface) Get added in v0.72.0

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

func (*MockDashboardEmailSubscriptionsInterface) Update added in v0.72.0

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

type MockDashboardEmailSubscriptionsInterface_Delete_Call added in v0.72.0

type MockDashboardEmailSubscriptionsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockDashboardEmailSubscriptionsInterface_Delete_Call) Return added in v0.72.0

func (*MockDashboardEmailSubscriptionsInterface_Delete_Call) Run added in v0.72.0

type MockDashboardEmailSubscriptionsInterface_Expecter added in v0.72.0

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

func (*MockDashboardEmailSubscriptionsInterface_Expecter) Delete added in v0.72.0

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteDashboardEmailSubscriptionsRequest

func (*MockDashboardEmailSubscriptionsInterface_Expecter) Get added in v0.72.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetDashboardEmailSubscriptionsRequest

func (*MockDashboardEmailSubscriptionsInterface_Expecter) Update added in v0.72.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateDashboardEmailSubscriptionsRequest

type MockDashboardEmailSubscriptionsInterface_Get_Call added in v0.72.0

type MockDashboardEmailSubscriptionsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockDashboardEmailSubscriptionsInterface_Get_Call) Return added in v0.72.0

func (*MockDashboardEmailSubscriptionsInterface_Get_Call) Run added in v0.72.0

type MockDashboardEmailSubscriptionsInterface_Update_Call added in v0.72.0

type MockDashboardEmailSubscriptionsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockDashboardEmailSubscriptionsInterface_Update_Call) Return added in v0.72.0

func (*MockDashboardEmailSubscriptionsInterface_Update_Call) Run added in v0.72.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 MockDefaultWarehouseIdInterface added in v0.75.0

type MockDefaultWarehouseIdInterface struct {
	mock.Mock
}

MockDefaultWarehouseIdInterface is an autogenerated mock type for the DefaultWarehouseIdInterface type

func NewMockDefaultWarehouseIdInterface added in v0.75.0

func NewMockDefaultWarehouseIdInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDefaultWarehouseIdInterface

NewMockDefaultWarehouseIdInterface creates a new instance of MockDefaultWarehouseIdInterface. 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 (*MockDefaultWarehouseIdInterface) Delete added in v0.75.0

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

func (*MockDefaultWarehouseIdInterface) EXPECT added in v0.75.0

func (*MockDefaultWarehouseIdInterface) Get added in v0.75.0

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

func (*MockDefaultWarehouseIdInterface) Update added in v0.75.0

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

type MockDefaultWarehouseIdInterface_Delete_Call added in v0.75.0

type MockDefaultWarehouseIdInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockDefaultWarehouseIdInterface_Delete_Call) Return added in v0.75.0

func (*MockDefaultWarehouseIdInterface_Delete_Call) Run added in v0.75.0

type MockDefaultWarehouseIdInterface_Expecter added in v0.75.0

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

func (*MockDefaultWarehouseIdInterface_Expecter) Delete added in v0.75.0

func (_e *MockDefaultWarehouseIdInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockDefaultWarehouseIdInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteDefaultWarehouseIdRequest

func (*MockDefaultWarehouseIdInterface_Expecter) Get added in v0.75.0

func (_e *MockDefaultWarehouseIdInterface_Expecter) Get(ctx interface{}, request interface{}) *MockDefaultWarehouseIdInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetDefaultWarehouseIdRequest

func (*MockDefaultWarehouseIdInterface_Expecter) Update added in v0.75.0

func (_e *MockDefaultWarehouseIdInterface_Expecter) Update(ctx interface{}, request interface{}) *MockDefaultWarehouseIdInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateDefaultWarehouseIdRequest

type MockDefaultWarehouseIdInterface_Get_Call added in v0.75.0

type MockDefaultWarehouseIdInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockDefaultWarehouseIdInterface_Get_Call) Return added in v0.75.0

func (*MockDefaultWarehouseIdInterface_Get_Call) Run added in v0.75.0

func (*MockDefaultWarehouseIdInterface_Get_Call) RunAndReturn added in v0.75.0

type MockDefaultWarehouseIdInterface_Update_Call added in v0.75.0

type MockDefaultWarehouseIdInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockDefaultWarehouseIdInterface_Update_Call) Return added in v0.75.0

func (*MockDefaultWarehouseIdInterface_Update_Call) Run added in v0.75.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 MockDisableLegacyDbfsInterface added in v0.49.0

type MockDisableLegacyDbfsInterface struct {
	mock.Mock
}

MockDisableLegacyDbfsInterface is an autogenerated mock type for the DisableLegacyDbfsInterface type

func NewMockDisableLegacyDbfsInterface added in v0.49.0

func NewMockDisableLegacyDbfsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDisableLegacyDbfsInterface

NewMockDisableLegacyDbfsInterface creates a new instance of MockDisableLegacyDbfsInterface. 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 (*MockDisableLegacyDbfsInterface) Delete added in v0.49.0

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

func (*MockDisableLegacyDbfsInterface) EXPECT added in v0.49.0

func (*MockDisableLegacyDbfsInterface) Get added in v0.49.0

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

func (*MockDisableLegacyDbfsInterface) Update added in v0.49.0

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

type MockDisableLegacyDbfsInterface_Delete_Call added in v0.49.0

type MockDisableLegacyDbfsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockDisableLegacyDbfsInterface_Delete_Call) Return added in v0.49.0

func (*MockDisableLegacyDbfsInterface_Delete_Call) Run added in v0.49.0

type MockDisableLegacyDbfsInterface_Expecter added in v0.49.0

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

func (*MockDisableLegacyDbfsInterface_Expecter) Delete added in v0.49.0

func (_e *MockDisableLegacyDbfsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockDisableLegacyDbfsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteDisableLegacyDbfsRequest

func (*MockDisableLegacyDbfsInterface_Expecter) Get added in v0.49.0

func (_e *MockDisableLegacyDbfsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockDisableLegacyDbfsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetDisableLegacyDbfsRequest

func (*MockDisableLegacyDbfsInterface_Expecter) Update added in v0.49.0

func (_e *MockDisableLegacyDbfsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockDisableLegacyDbfsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateDisableLegacyDbfsRequest

type MockDisableLegacyDbfsInterface_Get_Call added in v0.49.0

type MockDisableLegacyDbfsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockDisableLegacyDbfsInterface_Get_Call) Return added in v0.49.0

func (*MockDisableLegacyDbfsInterface_Get_Call) Run added in v0.49.0

func (*MockDisableLegacyDbfsInterface_Get_Call) RunAndReturn added in v0.49.0

type MockDisableLegacyDbfsInterface_Update_Call added in v0.49.0

type MockDisableLegacyDbfsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockDisableLegacyDbfsInterface_Update_Call) Return added in v0.49.0

func (*MockDisableLegacyDbfsInterface_Update_Call) Run added in v0.49.0

func (*MockDisableLegacyDbfsInterface_Update_Call) RunAndReturn added in v0.49.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 MockEnableExportNotebookInterface added in v0.63.0

type MockEnableExportNotebookInterface struct {
	mock.Mock
}

MockEnableExportNotebookInterface is an autogenerated mock type for the EnableExportNotebookInterface type

func NewMockEnableExportNotebookInterface added in v0.63.0

func NewMockEnableExportNotebookInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockEnableExportNotebookInterface

NewMockEnableExportNotebookInterface creates a new instance of MockEnableExportNotebookInterface. 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 (*MockEnableExportNotebookInterface) EXPECT added in v0.63.0

func (*MockEnableExportNotebookInterface) GetEnableExportNotebook added in v0.63.0

GetEnableExportNotebook provides a mock function with given fields: ctx

func (*MockEnableExportNotebookInterface) PatchEnableExportNotebook added in v0.63.0

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

type MockEnableExportNotebookInterface_Expecter added in v0.63.0

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

func (*MockEnableExportNotebookInterface_Expecter) GetEnableExportNotebook added in v0.63.0

GetEnableExportNotebook is a helper method to define mock.On call

  • ctx context.Context

func (*MockEnableExportNotebookInterface_Expecter) PatchEnableExportNotebook added in v0.63.0

func (_e *MockEnableExportNotebookInterface_Expecter) PatchEnableExportNotebook(ctx interface{}, request interface{}) *MockEnableExportNotebookInterface_PatchEnableExportNotebook_Call

PatchEnableExportNotebook is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateEnableExportNotebookRequest

type MockEnableExportNotebookInterface_GetEnableExportNotebook_Call added in v0.63.0

type MockEnableExportNotebookInterface_GetEnableExportNotebook_Call struct {
	*mock.Call
}

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

func (*MockEnableExportNotebookInterface_GetEnableExportNotebook_Call) Return added in v0.63.0

func (*MockEnableExportNotebookInterface_GetEnableExportNotebook_Call) Run added in v0.63.0

func (*MockEnableExportNotebookInterface_GetEnableExportNotebook_Call) RunAndReturn added in v0.63.0

type MockEnableExportNotebookInterface_PatchEnableExportNotebook_Call added in v0.63.0

type MockEnableExportNotebookInterface_PatchEnableExportNotebook_Call struct {
	*mock.Call
}

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

func (*MockEnableExportNotebookInterface_PatchEnableExportNotebook_Call) Return added in v0.63.0

func (*MockEnableExportNotebookInterface_PatchEnableExportNotebook_Call) Run added in v0.63.0

type MockEnableIpAccessListsInterface added in v0.57.0

type MockEnableIpAccessListsInterface struct {
	mock.Mock
}

MockEnableIpAccessListsInterface is an autogenerated mock type for the EnableIpAccessListsInterface type

func NewMockEnableIpAccessListsInterface added in v0.57.0

func NewMockEnableIpAccessListsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockEnableIpAccessListsInterface

NewMockEnableIpAccessListsInterface creates a new instance of MockEnableIpAccessListsInterface. 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 (*MockEnableIpAccessListsInterface) Delete added in v0.57.0

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

func (*MockEnableIpAccessListsInterface) EXPECT added in v0.57.0

func (*MockEnableIpAccessListsInterface) Get added in v0.57.0

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

func (*MockEnableIpAccessListsInterface) Update added in v0.57.0

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

type MockEnableIpAccessListsInterface_Delete_Call added in v0.57.0

type MockEnableIpAccessListsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockEnableIpAccessListsInterface_Delete_Call) Return added in v0.57.0

func (*MockEnableIpAccessListsInterface_Delete_Call) Run added in v0.57.0

type MockEnableIpAccessListsInterface_Expecter added in v0.57.0

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

func (*MockEnableIpAccessListsInterface_Expecter) Delete added in v0.57.0

func (_e *MockEnableIpAccessListsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockEnableIpAccessListsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteAccountIpAccessEnableRequest

func (*MockEnableIpAccessListsInterface_Expecter) Get added in v0.57.0

func (_e *MockEnableIpAccessListsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockEnableIpAccessListsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetAccountIpAccessEnableRequest

func (*MockEnableIpAccessListsInterface_Expecter) Update added in v0.57.0

func (_e *MockEnableIpAccessListsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockEnableIpAccessListsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateAccountIpAccessEnableRequest

type MockEnableIpAccessListsInterface_Get_Call added in v0.57.0

type MockEnableIpAccessListsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockEnableIpAccessListsInterface_Get_Call) Return added in v0.57.0

func (*MockEnableIpAccessListsInterface_Get_Call) Run added in v0.57.0

type MockEnableIpAccessListsInterface_Update_Call added in v0.57.0

type MockEnableIpAccessListsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockEnableIpAccessListsInterface_Update_Call) Return added in v0.57.0

func (*MockEnableIpAccessListsInterface_Update_Call) Run added in v0.57.0

type MockEnableNotebookTableClipboardInterface added in v0.63.0

type MockEnableNotebookTableClipboardInterface struct {
	mock.Mock
}

MockEnableNotebookTableClipboardInterface is an autogenerated mock type for the EnableNotebookTableClipboardInterface type

func NewMockEnableNotebookTableClipboardInterface added in v0.63.0

func NewMockEnableNotebookTableClipboardInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockEnableNotebookTableClipboardInterface

NewMockEnableNotebookTableClipboardInterface creates a new instance of MockEnableNotebookTableClipboardInterface. 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 (*MockEnableNotebookTableClipboardInterface) EXPECT added in v0.63.0

func (*MockEnableNotebookTableClipboardInterface) GetEnableNotebookTableClipboard added in v0.63.0

GetEnableNotebookTableClipboard provides a mock function with given fields: ctx

func (*MockEnableNotebookTableClipboardInterface) PatchEnableNotebookTableClipboard added in v0.63.0

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

type MockEnableNotebookTableClipboardInterface_Expecter added in v0.63.0

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

func (*MockEnableNotebookTableClipboardInterface_Expecter) GetEnableNotebookTableClipboard added in v0.63.0

GetEnableNotebookTableClipboard is a helper method to define mock.On call

  • ctx context.Context

func (*MockEnableNotebookTableClipboardInterface_Expecter) PatchEnableNotebookTableClipboard added in v0.63.0

func (_e *MockEnableNotebookTableClipboardInterface_Expecter) PatchEnableNotebookTableClipboard(ctx interface{}, request interface{}) *MockEnableNotebookTableClipboardInterface_PatchEnableNotebookTableClipboard_Call

PatchEnableNotebookTableClipboard is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateEnableNotebookTableClipboardRequest

type MockEnableNotebookTableClipboardInterface_GetEnableNotebookTableClipboard_Call added in v0.63.0

type MockEnableNotebookTableClipboardInterface_GetEnableNotebookTableClipboard_Call struct {
	*mock.Call
}

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

func (*MockEnableNotebookTableClipboardInterface_GetEnableNotebookTableClipboard_Call) Return added in v0.63.0

func (*MockEnableNotebookTableClipboardInterface_GetEnableNotebookTableClipboard_Call) Run added in v0.63.0

func (*MockEnableNotebookTableClipboardInterface_GetEnableNotebookTableClipboard_Call) RunAndReturn added in v0.63.0

type MockEnableNotebookTableClipboardInterface_PatchEnableNotebookTableClipboard_Call added in v0.63.0

type MockEnableNotebookTableClipboardInterface_PatchEnableNotebookTableClipboard_Call struct {
	*mock.Call
}

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

func (*MockEnableNotebookTableClipboardInterface_PatchEnableNotebookTableClipboard_Call) Return added in v0.63.0

func (*MockEnableNotebookTableClipboardInterface_PatchEnableNotebookTableClipboard_Call) Run added in v0.63.0

type MockEnableResultsDownloadingInterface added in v0.63.0

type MockEnableResultsDownloadingInterface struct {
	mock.Mock
}

MockEnableResultsDownloadingInterface is an autogenerated mock type for the EnableResultsDownloadingInterface type

func NewMockEnableResultsDownloadingInterface added in v0.63.0

func NewMockEnableResultsDownloadingInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockEnableResultsDownloadingInterface

NewMockEnableResultsDownloadingInterface creates a new instance of MockEnableResultsDownloadingInterface. 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 (*MockEnableResultsDownloadingInterface) EXPECT added in v0.63.0

func (*MockEnableResultsDownloadingInterface) GetEnableResultsDownloading added in v0.63.0

GetEnableResultsDownloading provides a mock function with given fields: ctx

func (*MockEnableResultsDownloadingInterface) PatchEnableResultsDownloading added in v0.63.0

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

type MockEnableResultsDownloadingInterface_Expecter added in v0.63.0

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

func (*MockEnableResultsDownloadingInterface_Expecter) GetEnableResultsDownloading added in v0.63.0

GetEnableResultsDownloading is a helper method to define mock.On call

  • ctx context.Context

func (*MockEnableResultsDownloadingInterface_Expecter) PatchEnableResultsDownloading added in v0.63.0

func (_e *MockEnableResultsDownloadingInterface_Expecter) PatchEnableResultsDownloading(ctx interface{}, request interface{}) *MockEnableResultsDownloadingInterface_PatchEnableResultsDownloading_Call

PatchEnableResultsDownloading is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateEnableResultsDownloadingRequest

type MockEnableResultsDownloadingInterface_GetEnableResultsDownloading_Call added in v0.63.0

type MockEnableResultsDownloadingInterface_GetEnableResultsDownloading_Call struct {
	*mock.Call
}

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

func (*MockEnableResultsDownloadingInterface_GetEnableResultsDownloading_Call) Return added in v0.63.0

func (*MockEnableResultsDownloadingInterface_GetEnableResultsDownloading_Call) Run added in v0.63.0

func (*MockEnableResultsDownloadingInterface_GetEnableResultsDownloading_Call) RunAndReturn added in v0.63.0

type MockEnableResultsDownloadingInterface_PatchEnableResultsDownloading_Call added in v0.63.0

type MockEnableResultsDownloadingInterface_PatchEnableResultsDownloading_Call struct {
	*mock.Call
}

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

func (*MockEnableResultsDownloadingInterface_PatchEnableResultsDownloading_Call) Return added in v0.63.0

func (*MockEnableResultsDownloadingInterface_PatchEnableResultsDownloading_Call) Run added in v0.63.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 MockLlmProxyPartnerPoweredAccountInterface added in v0.69.0

type MockLlmProxyPartnerPoweredAccountInterface struct {
	mock.Mock
}

MockLlmProxyPartnerPoweredAccountInterface is an autogenerated mock type for the LlmProxyPartnerPoweredAccountInterface type

func NewMockLlmProxyPartnerPoweredAccountInterface added in v0.69.0

func NewMockLlmProxyPartnerPoweredAccountInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockLlmProxyPartnerPoweredAccountInterface

NewMockLlmProxyPartnerPoweredAccountInterface creates a new instance of MockLlmProxyPartnerPoweredAccountInterface. 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 (*MockLlmProxyPartnerPoweredAccountInterface) EXPECT added in v0.69.0

func (*MockLlmProxyPartnerPoweredAccountInterface) Get added in v0.69.0

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

func (*MockLlmProxyPartnerPoweredAccountInterface) Update added in v0.69.0

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

type MockLlmProxyPartnerPoweredAccountInterface_Expecter added in v0.69.0

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

func (*MockLlmProxyPartnerPoweredAccountInterface_Expecter) Get added in v0.69.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetLlmProxyPartnerPoweredAccountRequest

func (*MockLlmProxyPartnerPoweredAccountInterface_Expecter) Update added in v0.69.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateLlmProxyPartnerPoweredAccountRequest

type MockLlmProxyPartnerPoweredAccountInterface_Get_Call added in v0.69.0

type MockLlmProxyPartnerPoweredAccountInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockLlmProxyPartnerPoweredAccountInterface_Get_Call) Return added in v0.69.0

func (*MockLlmProxyPartnerPoweredAccountInterface_Get_Call) Run added in v0.69.0

type MockLlmProxyPartnerPoweredAccountInterface_Update_Call added in v0.69.0

type MockLlmProxyPartnerPoweredAccountInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockLlmProxyPartnerPoweredAccountInterface_Update_Call) Return added in v0.69.0

func (*MockLlmProxyPartnerPoweredAccountInterface_Update_Call) Run added in v0.69.0

type MockLlmProxyPartnerPoweredEnforceInterface added in v0.69.0

type MockLlmProxyPartnerPoweredEnforceInterface struct {
	mock.Mock
}

MockLlmProxyPartnerPoweredEnforceInterface is an autogenerated mock type for the LlmProxyPartnerPoweredEnforceInterface type

func NewMockLlmProxyPartnerPoweredEnforceInterface added in v0.69.0

func NewMockLlmProxyPartnerPoweredEnforceInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockLlmProxyPartnerPoweredEnforceInterface

NewMockLlmProxyPartnerPoweredEnforceInterface creates a new instance of MockLlmProxyPartnerPoweredEnforceInterface. 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 (*MockLlmProxyPartnerPoweredEnforceInterface) EXPECT added in v0.69.0

func (*MockLlmProxyPartnerPoweredEnforceInterface) Get added in v0.69.0

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

func (*MockLlmProxyPartnerPoweredEnforceInterface) Update added in v0.69.0

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

type MockLlmProxyPartnerPoweredEnforceInterface_Expecter added in v0.69.0

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

func (*MockLlmProxyPartnerPoweredEnforceInterface_Expecter) Get added in v0.69.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetLlmProxyPartnerPoweredEnforceRequest

func (*MockLlmProxyPartnerPoweredEnforceInterface_Expecter) Update added in v0.69.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateLlmProxyPartnerPoweredEnforceRequest

type MockLlmProxyPartnerPoweredEnforceInterface_Get_Call added in v0.69.0

type MockLlmProxyPartnerPoweredEnforceInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockLlmProxyPartnerPoweredEnforceInterface_Get_Call) Return added in v0.69.0

func (*MockLlmProxyPartnerPoweredEnforceInterface_Get_Call) Run added in v0.69.0

type MockLlmProxyPartnerPoweredEnforceInterface_Update_Call added in v0.69.0

type MockLlmProxyPartnerPoweredEnforceInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockLlmProxyPartnerPoweredEnforceInterface_Update_Call) Return added in v0.69.0

func (*MockLlmProxyPartnerPoweredEnforceInterface_Update_Call) Run added in v0.69.0

type MockLlmProxyPartnerPoweredWorkspaceInterface added in v0.69.0

type MockLlmProxyPartnerPoweredWorkspaceInterface struct {
	mock.Mock
}

MockLlmProxyPartnerPoweredWorkspaceInterface is an autogenerated mock type for the LlmProxyPartnerPoweredWorkspaceInterface type

func NewMockLlmProxyPartnerPoweredWorkspaceInterface added in v0.69.0

func NewMockLlmProxyPartnerPoweredWorkspaceInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockLlmProxyPartnerPoweredWorkspaceInterface

NewMockLlmProxyPartnerPoweredWorkspaceInterface creates a new instance of MockLlmProxyPartnerPoweredWorkspaceInterface. 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 (*MockLlmProxyPartnerPoweredWorkspaceInterface) Delete added in v0.69.0

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

func (*MockLlmProxyPartnerPoweredWorkspaceInterface) EXPECT added in v0.69.0

func (*MockLlmProxyPartnerPoweredWorkspaceInterface) Get added in v0.69.0

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

func (*MockLlmProxyPartnerPoweredWorkspaceInterface) Update added in v0.69.0

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

type MockLlmProxyPartnerPoweredWorkspaceInterface_Delete_Call added in v0.69.0

type MockLlmProxyPartnerPoweredWorkspaceInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Delete_Call) Return added in v0.69.0

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Delete_Call) Run added in v0.69.0

type MockLlmProxyPartnerPoweredWorkspaceInterface_Expecter added in v0.69.0

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

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Expecter) Delete added in v0.69.0

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteLlmProxyPartnerPoweredWorkspaceRequest

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Expecter) Get added in v0.69.0

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetLlmProxyPartnerPoweredWorkspaceRequest

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Expecter) Update added in v0.69.0

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateLlmProxyPartnerPoweredWorkspaceRequest

type MockLlmProxyPartnerPoweredWorkspaceInterface_Get_Call added in v0.69.0

type MockLlmProxyPartnerPoweredWorkspaceInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Get_Call) Return added in v0.69.0

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Get_Call) Run added in v0.69.0

type MockLlmProxyPartnerPoweredWorkspaceInterface_Update_Call added in v0.69.0

type MockLlmProxyPartnerPoweredWorkspaceInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Update_Call) Return added in v0.69.0

func (*MockLlmProxyPartnerPoweredWorkspaceInterface_Update_Call) Run added in v0.69.0

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.NccPrivateEndpointRule, 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.NccPrivateEndpointRule, 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.ListPrivateEndpointRulesResponse, error)

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

func (*MockNetworkConnectivityInterface) UpdatePrivateEndpointRule added in v0.72.0

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

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

func (*MockNetworkConnectivityInterface_Expecter) UpdatePrivateEndpointRule added in v0.72.0

func (_e *MockNetworkConnectivityInterface_Expecter) UpdatePrivateEndpointRule(ctx interface{}, request interface{}) *MockNetworkConnectivityInterface_UpdatePrivateEndpointRule_Call

UpdatePrivateEndpointRule is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateNccPrivateEndpointRuleRequest

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 MockNetworkConnectivityInterface_UpdatePrivateEndpointRule_Call added in v0.72.0

type MockNetworkConnectivityInterface_UpdatePrivateEndpointRule_Call struct {
	*mock.Call
}

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

func (*MockNetworkConnectivityInterface_UpdatePrivateEndpointRule_Call) Return added in v0.72.0

func (*MockNetworkConnectivityInterface_UpdatePrivateEndpointRule_Call) Run added in v0.72.0

type MockNetworkPoliciesInterface added in v0.70.0

type MockNetworkPoliciesInterface struct {
	mock.Mock
}

MockNetworkPoliciesInterface is an autogenerated mock type for the NetworkPoliciesInterface type

func NewMockNetworkPoliciesInterface added in v0.70.0

func NewMockNetworkPoliciesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockNetworkPoliciesInterface

NewMockNetworkPoliciesInterface creates a new instance of MockNetworkPoliciesInterface. 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 (*MockNetworkPoliciesInterface) CreateNetworkPolicyRpc added in v0.70.0

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

func (*MockNetworkPoliciesInterface) DeleteNetworkPolicyRpc added in v0.70.0

func (_m *MockNetworkPoliciesInterface) DeleteNetworkPolicyRpc(ctx context.Context, request settings.DeleteNetworkPolicyRequest) error

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

func (*MockNetworkPoliciesInterface) DeleteNetworkPolicyRpcByNetworkPolicyId added in v0.70.0

func (_m *MockNetworkPoliciesInterface) DeleteNetworkPolicyRpcByNetworkPolicyId(ctx context.Context, networkPolicyId string) error

DeleteNetworkPolicyRpcByNetworkPolicyId provides a mock function with given fields: ctx, networkPolicyId

func (*MockNetworkPoliciesInterface) EXPECT added in v0.70.0

func (*MockNetworkPoliciesInterface) GetNetworkPolicyRpc added in v0.70.0

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

func (*MockNetworkPoliciesInterface) GetNetworkPolicyRpcByNetworkPolicyId added in v0.70.0

func (_m *MockNetworkPoliciesInterface) GetNetworkPolicyRpcByNetworkPolicyId(ctx context.Context, networkPolicyId string) (*settings.AccountNetworkPolicy, error)

GetNetworkPolicyRpcByNetworkPolicyId provides a mock function with given fields: ctx, networkPolicyId

func (*MockNetworkPoliciesInterface) ListNetworkPoliciesRpc added in v0.70.0

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

func (*MockNetworkPoliciesInterface) ListNetworkPoliciesRpcAll added in v0.70.0

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

func (*MockNetworkPoliciesInterface) UpdateNetworkPolicyRpc added in v0.70.0

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

type MockNetworkPoliciesInterface_CreateNetworkPolicyRpc_Call added in v0.70.0

type MockNetworkPoliciesInterface_CreateNetworkPolicyRpc_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_CreateNetworkPolicyRpc_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_CreateNetworkPolicyRpc_Call) Run added in v0.70.0

type MockNetworkPoliciesInterface_DeleteNetworkPolicyRpcByNetworkPolicyId_Call added in v0.70.0

type MockNetworkPoliciesInterface_DeleteNetworkPolicyRpcByNetworkPolicyId_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_DeleteNetworkPolicyRpcByNetworkPolicyId_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_DeleteNetworkPolicyRpcByNetworkPolicyId_Call) Run added in v0.70.0

func (*MockNetworkPoliciesInterface_DeleteNetworkPolicyRpcByNetworkPolicyId_Call) RunAndReturn added in v0.70.0

type MockNetworkPoliciesInterface_DeleteNetworkPolicyRpc_Call added in v0.70.0

type MockNetworkPoliciesInterface_DeleteNetworkPolicyRpc_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_DeleteNetworkPolicyRpc_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_DeleteNetworkPolicyRpc_Call) Run added in v0.70.0

func (*MockNetworkPoliciesInterface_DeleteNetworkPolicyRpc_Call) RunAndReturn added in v0.70.0

type MockNetworkPoliciesInterface_Expecter added in v0.70.0

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

func (*MockNetworkPoliciesInterface_Expecter) CreateNetworkPolicyRpc added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) CreateNetworkPolicyRpc(ctx interface{}, request interface{}) *MockNetworkPoliciesInterface_CreateNetworkPolicyRpc_Call

CreateNetworkPolicyRpc is a helper method to define mock.On call

  • ctx context.Context
  • request settings.CreateNetworkPolicyRequest

func (*MockNetworkPoliciesInterface_Expecter) DeleteNetworkPolicyRpc added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) DeleteNetworkPolicyRpc(ctx interface{}, request interface{}) *MockNetworkPoliciesInterface_DeleteNetworkPolicyRpc_Call

DeleteNetworkPolicyRpc is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteNetworkPolicyRequest

func (*MockNetworkPoliciesInterface_Expecter) DeleteNetworkPolicyRpcByNetworkPolicyId added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) DeleteNetworkPolicyRpcByNetworkPolicyId(ctx interface{}, networkPolicyId interface{}) *MockNetworkPoliciesInterface_DeleteNetworkPolicyRpcByNetworkPolicyId_Call

DeleteNetworkPolicyRpcByNetworkPolicyId is a helper method to define mock.On call

  • ctx context.Context
  • networkPolicyId string

func (*MockNetworkPoliciesInterface_Expecter) GetNetworkPolicyRpc added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) GetNetworkPolicyRpc(ctx interface{}, request interface{}) *MockNetworkPoliciesInterface_GetNetworkPolicyRpc_Call

GetNetworkPolicyRpc is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetNetworkPolicyRequest

func (*MockNetworkPoliciesInterface_Expecter) GetNetworkPolicyRpcByNetworkPolicyId added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) GetNetworkPolicyRpcByNetworkPolicyId(ctx interface{}, networkPolicyId interface{}) *MockNetworkPoliciesInterface_GetNetworkPolicyRpcByNetworkPolicyId_Call

GetNetworkPolicyRpcByNetworkPolicyId is a helper method to define mock.On call

  • ctx context.Context
  • networkPolicyId string

func (*MockNetworkPoliciesInterface_Expecter) ListNetworkPoliciesRpc added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) ListNetworkPoliciesRpc(ctx interface{}, request interface{}) *MockNetworkPoliciesInterface_ListNetworkPoliciesRpc_Call

ListNetworkPoliciesRpc is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListNetworkPoliciesRequest

func (*MockNetworkPoliciesInterface_Expecter) ListNetworkPoliciesRpcAll added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) ListNetworkPoliciesRpcAll(ctx interface{}, request interface{}) *MockNetworkPoliciesInterface_ListNetworkPoliciesRpcAll_Call

ListNetworkPoliciesRpcAll is a helper method to define mock.On call

  • ctx context.Context
  • request settings.ListNetworkPoliciesRequest

func (*MockNetworkPoliciesInterface_Expecter) UpdateNetworkPolicyRpc added in v0.70.0

func (_e *MockNetworkPoliciesInterface_Expecter) UpdateNetworkPolicyRpc(ctx interface{}, request interface{}) *MockNetworkPoliciesInterface_UpdateNetworkPolicyRpc_Call

UpdateNetworkPolicyRpc is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateNetworkPolicyRequest

type MockNetworkPoliciesInterface_GetNetworkPolicyRpcByNetworkPolicyId_Call added in v0.70.0

type MockNetworkPoliciesInterface_GetNetworkPolicyRpcByNetworkPolicyId_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_GetNetworkPolicyRpcByNetworkPolicyId_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_GetNetworkPolicyRpcByNetworkPolicyId_Call) Run added in v0.70.0

func (*MockNetworkPoliciesInterface_GetNetworkPolicyRpcByNetworkPolicyId_Call) RunAndReturn added in v0.70.0

type MockNetworkPoliciesInterface_GetNetworkPolicyRpc_Call added in v0.70.0

type MockNetworkPoliciesInterface_GetNetworkPolicyRpc_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_GetNetworkPolicyRpc_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_GetNetworkPolicyRpc_Call) Run added in v0.70.0

func (*MockNetworkPoliciesInterface_GetNetworkPolicyRpc_Call) RunAndReturn added in v0.70.0

type MockNetworkPoliciesInterface_ListNetworkPoliciesRpcAll_Call added in v0.70.0

type MockNetworkPoliciesInterface_ListNetworkPoliciesRpcAll_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_ListNetworkPoliciesRpcAll_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_ListNetworkPoliciesRpcAll_Call) Run added in v0.70.0

type MockNetworkPoliciesInterface_ListNetworkPoliciesRpc_Call added in v0.70.0

type MockNetworkPoliciesInterface_ListNetworkPoliciesRpc_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_ListNetworkPoliciesRpc_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_ListNetworkPoliciesRpc_Call) Run added in v0.70.0

type MockNetworkPoliciesInterface_UpdateNetworkPolicyRpc_Call added in v0.70.0

type MockNetworkPoliciesInterface_UpdateNetworkPolicyRpc_Call struct {
	*mock.Call
}

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

func (*MockNetworkPoliciesInterface_UpdateNetworkPolicyRpc_Call) Return added in v0.70.0

func (*MockNetworkPoliciesInterface_UpdateNetworkPolicyRpc_Call) Run added in v0.70.0

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) AibiDashboardEmbeddingAccessPolicy added in v0.50.0

func (_m *MockSettingsInterface) AibiDashboardEmbeddingAccessPolicy() settings.AibiDashboardEmbeddingAccessPolicyInterface

AibiDashboardEmbeddingAccessPolicy provides a mock function with no fields

func (*MockSettingsInterface) AibiDashboardEmbeddingApprovedDomains added in v0.50.0

func (_m *MockSettingsInterface) AibiDashboardEmbeddingApprovedDomains() settings.AibiDashboardEmbeddingApprovedDomainsInterface

AibiDashboardEmbeddingApprovedDomains provides a mock function with no fields

func (*MockSettingsInterface) AutomaticClusterUpdate added in v0.34.0

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

AutomaticClusterUpdate provides a mock function with no fields

func (*MockSettingsInterface) ComplianceSecurityProfile added in v0.40.0

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

ComplianceSecurityProfile provides a mock function with no fields

func (*MockSettingsInterface) DashboardEmailSubscriptions added in v0.72.0

func (_m *MockSettingsInterface) DashboardEmailSubscriptions() settings.DashboardEmailSubscriptionsInterface

DashboardEmailSubscriptions provides a mock function with no fields

func (*MockSettingsInterface) DefaultNamespace added in v0.34.0

DefaultNamespace provides a mock function with no fields

func (*MockSettingsInterface) DefaultWarehouseId added in v0.75.0

DefaultWarehouseId provides a mock function with no fields

func (*MockSettingsInterface) DisableLegacyAccess added in v0.47.0

DisableLegacyAccess provides a mock function with no fields

func (*MockSettingsInterface) DisableLegacyDbfs added in v0.49.0

DisableLegacyDbfs provides a mock function with no fields

func (*MockSettingsInterface) EXPECT

func (*MockSettingsInterface) EnableExportNotebook added in v0.63.0

EnableExportNotebook provides a mock function with no fields

func (*MockSettingsInterface) EnableNotebookTableClipboard added in v0.63.0

func (_m *MockSettingsInterface) EnableNotebookTableClipboard() settings.EnableNotebookTableClipboardInterface

EnableNotebookTableClipboard provides a mock function with no fields

func (*MockSettingsInterface) EnableResultsDownloading added in v0.63.0

func (_m *MockSettingsInterface) EnableResultsDownloading() settings.EnableResultsDownloadingInterface

EnableResultsDownloading provides a mock function with no fields

func (*MockSettingsInterface) EnhancedSecurityMonitoring added in v0.40.0

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

EnhancedSecurityMonitoring provides a mock function with no fields

func (*MockSettingsInterface) LlmProxyPartnerPoweredWorkspace added in v0.69.0

func (_m *MockSettingsInterface) LlmProxyPartnerPoweredWorkspace() settings.LlmProxyPartnerPoweredWorkspaceInterface

LlmProxyPartnerPoweredWorkspace provides a mock function with no fields

func (*MockSettingsInterface) RestrictWorkspaceAdmins added in v0.34.0

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

RestrictWorkspaceAdmins provides a mock function with no fields

func (*MockSettingsInterface) SqlResultsDownload added in v0.72.0

SqlResultsDownload provides a mock function with no fields

type MockSettingsInterface_AibiDashboardEmbeddingAccessPolicy_Call added in v0.50.0

type MockSettingsInterface_AibiDashboardEmbeddingAccessPolicy_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_AibiDashboardEmbeddingAccessPolicy_Call) Run added in v0.50.0

func (*MockSettingsInterface_AibiDashboardEmbeddingAccessPolicy_Call) RunAndReturn added in v0.50.0

type MockSettingsInterface_AibiDashboardEmbeddingApprovedDomains_Call added in v0.50.0

type MockSettingsInterface_AibiDashboardEmbeddingApprovedDomains_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_AibiDashboardEmbeddingApprovedDomains_Call) Run added in v0.50.0

func (*MockSettingsInterface_AibiDashboardEmbeddingApprovedDomains_Call) RunAndReturn added in v0.50.0

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_DashboardEmailSubscriptions_Call added in v0.72.0

type MockSettingsInterface_DashboardEmailSubscriptions_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_DashboardEmailSubscriptions_Call) Return added in v0.72.0

func (*MockSettingsInterface_DashboardEmailSubscriptions_Call) Run added in v0.72.0

func (*MockSettingsInterface_DashboardEmailSubscriptions_Call) RunAndReturn added in v0.72.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_DefaultWarehouseId_Call added in v0.75.0

type MockSettingsInterface_DefaultWarehouseId_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_DefaultWarehouseId_Call) Return added in v0.75.0

func (*MockSettingsInterface_DefaultWarehouseId_Call) Run added in v0.75.0

func (*MockSettingsInterface_DefaultWarehouseId_Call) RunAndReturn added in v0.75.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_DisableLegacyDbfs_Call added in v0.49.0

type MockSettingsInterface_DisableLegacyDbfs_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_DisableLegacyDbfs_Call) Return added in v0.49.0

func (*MockSettingsInterface_DisableLegacyDbfs_Call) Run added in v0.49.0

func (*MockSettingsInterface_DisableLegacyDbfs_Call) RunAndReturn added in v0.49.0

type MockSettingsInterface_EnableExportNotebook_Call added in v0.63.0

type MockSettingsInterface_EnableExportNotebook_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_EnableExportNotebook_Call) Return added in v0.63.0

func (*MockSettingsInterface_EnableExportNotebook_Call) Run added in v0.63.0

func (*MockSettingsInterface_EnableExportNotebook_Call) RunAndReturn added in v0.63.0

type MockSettingsInterface_EnableNotebookTableClipboard_Call added in v0.63.0

type MockSettingsInterface_EnableNotebookTableClipboard_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_EnableNotebookTableClipboard_Call) Return added in v0.63.0

func (*MockSettingsInterface_EnableNotebookTableClipboard_Call) Run added in v0.63.0

func (*MockSettingsInterface_EnableNotebookTableClipboard_Call) RunAndReturn added in v0.63.0

type MockSettingsInterface_EnableResultsDownloading_Call added in v0.63.0

type MockSettingsInterface_EnableResultsDownloading_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_EnableResultsDownloading_Call) Return added in v0.63.0

func (*MockSettingsInterface_EnableResultsDownloading_Call) Run added in v0.63.0

func (*MockSettingsInterface_EnableResultsDownloading_Call) RunAndReturn added in v0.63.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) AibiDashboardEmbeddingAccessPolicy added in v0.50.0

AibiDashboardEmbeddingAccessPolicy is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) AibiDashboardEmbeddingApprovedDomains added in v0.50.0

AibiDashboardEmbeddingApprovedDomains is a helper method to define mock.On call

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) DashboardEmailSubscriptions added in v0.72.0

DashboardEmailSubscriptions 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) DefaultWarehouseId added in v0.75.0

DefaultWarehouseId 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) DisableLegacyDbfs added in v0.49.0

DisableLegacyDbfs is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) EnableExportNotebook added in v0.63.0

EnableExportNotebook is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) EnableNotebookTableClipboard added in v0.63.0

EnableNotebookTableClipboard is a helper method to define mock.On call

func (*MockSettingsInterface_Expecter) EnableResultsDownloading added in v0.63.0

EnableResultsDownloading 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) LlmProxyPartnerPoweredWorkspace added in v0.69.0

LlmProxyPartnerPoweredWorkspace 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

func (*MockSettingsInterface_Expecter) SqlResultsDownload added in v0.72.0

SqlResultsDownload is a helper method to define mock.On call

type MockSettingsInterface_LlmProxyPartnerPoweredWorkspace_Call added in v0.69.0

type MockSettingsInterface_LlmProxyPartnerPoweredWorkspace_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_LlmProxyPartnerPoweredWorkspace_Call) Return added in v0.69.0

func (*MockSettingsInterface_LlmProxyPartnerPoweredWorkspace_Call) Run added in v0.69.0

func (*MockSettingsInterface_LlmProxyPartnerPoweredWorkspace_Call) RunAndReturn added in v0.69.0

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 MockSettingsInterface_SqlResultsDownload_Call added in v0.72.0

type MockSettingsInterface_SqlResultsDownload_Call struct {
	*mock.Call
}

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

func (*MockSettingsInterface_SqlResultsDownload_Call) Return added in v0.72.0

func (*MockSettingsInterface_SqlResultsDownload_Call) Run added in v0.72.0

func (*MockSettingsInterface_SqlResultsDownload_Call) RunAndReturn added in v0.72.0

type MockSqlResultsDownloadInterface added in v0.72.0

type MockSqlResultsDownloadInterface struct {
	mock.Mock
}

MockSqlResultsDownloadInterface is an autogenerated mock type for the SqlResultsDownloadInterface type

func NewMockSqlResultsDownloadInterface added in v0.72.0

func NewMockSqlResultsDownloadInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockSqlResultsDownloadInterface

NewMockSqlResultsDownloadInterface creates a new instance of MockSqlResultsDownloadInterface. 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 (*MockSqlResultsDownloadInterface) Delete added in v0.72.0

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

func (*MockSqlResultsDownloadInterface) EXPECT added in v0.72.0

func (*MockSqlResultsDownloadInterface) Get added in v0.72.0

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

func (*MockSqlResultsDownloadInterface) Update added in v0.72.0

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

type MockSqlResultsDownloadInterface_Delete_Call added in v0.72.0

type MockSqlResultsDownloadInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockSqlResultsDownloadInterface_Delete_Call) Return added in v0.72.0

func (*MockSqlResultsDownloadInterface_Delete_Call) Run added in v0.72.0

type MockSqlResultsDownloadInterface_Expecter added in v0.72.0

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

func (*MockSqlResultsDownloadInterface_Expecter) Delete added in v0.72.0

func (_e *MockSqlResultsDownloadInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockSqlResultsDownloadInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request settings.DeleteSqlResultsDownloadRequest

func (*MockSqlResultsDownloadInterface_Expecter) Get added in v0.72.0

func (_e *MockSqlResultsDownloadInterface_Expecter) Get(ctx interface{}, request interface{}) *MockSqlResultsDownloadInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetSqlResultsDownloadRequest

func (*MockSqlResultsDownloadInterface_Expecter) Update added in v0.72.0

func (_e *MockSqlResultsDownloadInterface_Expecter) Update(ctx interface{}, request interface{}) *MockSqlResultsDownloadInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateSqlResultsDownloadRequest

type MockSqlResultsDownloadInterface_Get_Call added in v0.72.0

type MockSqlResultsDownloadInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockSqlResultsDownloadInterface_Get_Call) Return added in v0.72.0

func (*MockSqlResultsDownloadInterface_Get_Call) Run added in v0.72.0

func (*MockSqlResultsDownloadInterface_Get_Call) RunAndReturn added in v0.72.0

type MockSqlResultsDownloadInterface_Update_Call added in v0.72.0

type MockSqlResultsDownloadInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockSqlResultsDownloadInterface_Update_Call) Return added in v0.72.0

func (*MockSqlResultsDownloadInterface_Update_Call) Run added in v0.72.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

type MockWorkspaceNetworkConfigurationInterface added in v0.70.0

type MockWorkspaceNetworkConfigurationInterface struct {
	mock.Mock
}

MockWorkspaceNetworkConfigurationInterface is an autogenerated mock type for the WorkspaceNetworkConfigurationInterface type

func NewMockWorkspaceNetworkConfigurationInterface added in v0.70.0

func NewMockWorkspaceNetworkConfigurationInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockWorkspaceNetworkConfigurationInterface

NewMockWorkspaceNetworkConfigurationInterface creates a new instance of MockWorkspaceNetworkConfigurationInterface. 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 (*MockWorkspaceNetworkConfigurationInterface) EXPECT added in v0.70.0

func (*MockWorkspaceNetworkConfigurationInterface) GetWorkspaceNetworkOptionRpc added in v0.70.0

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

func (*MockWorkspaceNetworkConfigurationInterface) GetWorkspaceNetworkOptionRpcByWorkspaceId added in v0.70.0

func (_m *MockWorkspaceNetworkConfigurationInterface) GetWorkspaceNetworkOptionRpcByWorkspaceId(ctx context.Context, workspaceId int64) (*settings.WorkspaceNetworkOption, error)

GetWorkspaceNetworkOptionRpcByWorkspaceId provides a mock function with given fields: ctx, workspaceId

func (*MockWorkspaceNetworkConfigurationInterface) UpdateWorkspaceNetworkOptionRpc added in v0.70.0

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

type MockWorkspaceNetworkConfigurationInterface_Expecter added in v0.70.0

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

func (*MockWorkspaceNetworkConfigurationInterface_Expecter) GetWorkspaceNetworkOptionRpc added in v0.70.0

GetWorkspaceNetworkOptionRpc is a helper method to define mock.On call

  • ctx context.Context
  • request settings.GetWorkspaceNetworkOptionRequest

func (*MockWorkspaceNetworkConfigurationInterface_Expecter) GetWorkspaceNetworkOptionRpcByWorkspaceId added in v0.70.0

func (_e *MockWorkspaceNetworkConfigurationInterface_Expecter) GetWorkspaceNetworkOptionRpcByWorkspaceId(ctx interface{}, workspaceId interface{}) *MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpcByWorkspaceId_Call

GetWorkspaceNetworkOptionRpcByWorkspaceId is a helper method to define mock.On call

  • ctx context.Context
  • workspaceId int64

func (*MockWorkspaceNetworkConfigurationInterface_Expecter) UpdateWorkspaceNetworkOptionRpc added in v0.70.0

UpdateWorkspaceNetworkOptionRpc is a helper method to define mock.On call

  • ctx context.Context
  • request settings.UpdateWorkspaceNetworkOptionRequest

type MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpcByWorkspaceId_Call added in v0.70.0

type MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpcByWorkspaceId_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpcByWorkspaceId_Call) Return added in v0.70.0

func (*MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpcByWorkspaceId_Call) Run added in v0.70.0

func (*MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpcByWorkspaceId_Call) RunAndReturn added in v0.70.0

type MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpc_Call added in v0.70.0

type MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpc_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpc_Call) Return added in v0.70.0

func (*MockWorkspaceNetworkConfigurationInterface_GetWorkspaceNetworkOptionRpc_Call) Run added in v0.70.0

type MockWorkspaceNetworkConfigurationInterface_UpdateWorkspaceNetworkOptionRpc_Call added in v0.70.0

type MockWorkspaceNetworkConfigurationInterface_UpdateWorkspaceNetworkOptionRpc_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceNetworkConfigurationInterface_UpdateWorkspaceNetworkOptionRpc_Call) Return added in v0.70.0

func (*MockWorkspaceNetworkConfigurationInterface_UpdateWorkspaceNetworkOptionRpc_Call) Run added in v0.70.0

Jump to

Keyboard shortcuts

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