oauth2

package
v0.39.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCustomAppIntegrationInterface

type MockCustomAppIntegrationInterface struct {
	mock.Mock
}

MockCustomAppIntegrationInterface is an autogenerated mock type for the CustomAppIntegrationInterface type

func NewMockCustomAppIntegrationInterface

func NewMockCustomAppIntegrationInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCustomAppIntegrationInterface

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

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

func (*MockCustomAppIntegrationInterface) Delete

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

func (*MockCustomAppIntegrationInterface) DeleteByIntegrationId

func (_m *MockCustomAppIntegrationInterface) DeleteByIntegrationId(ctx context.Context, integrationId string) error

DeleteByIntegrationId provides a mock function with given fields: ctx, integrationId

func (*MockCustomAppIntegrationInterface) EXPECT

func (*MockCustomAppIntegrationInterface) Get

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

func (*MockCustomAppIntegrationInterface) GetByIntegrationId

func (_m *MockCustomAppIntegrationInterface) GetByIntegrationId(ctx context.Context, integrationId string) (*oauth2.GetCustomAppIntegrationOutput, error)

GetByIntegrationId provides a mock function with given fields: ctx, integrationId

func (*MockCustomAppIntegrationInterface) Impl

Impl provides a mock function with given fields:

func (*MockCustomAppIntegrationInterface) List

List provides a mock function with given fields: ctx

func (*MockCustomAppIntegrationInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockCustomAppIntegrationInterface) Update

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

func (*MockCustomAppIntegrationInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockCustomAppIntegrationInterface_Create_Call

type MockCustomAppIntegrationInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_Create_Call) Run

type MockCustomAppIntegrationInterface_DeleteByIntegrationId_Call

type MockCustomAppIntegrationInterface_DeleteByIntegrationId_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_DeleteByIntegrationId_Call) Return

func (*MockCustomAppIntegrationInterface_DeleteByIntegrationId_Call) Run

func (*MockCustomAppIntegrationInterface_DeleteByIntegrationId_Call) RunAndReturn

type MockCustomAppIntegrationInterface_Delete_Call

type MockCustomAppIntegrationInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_Delete_Call) Return

func (*MockCustomAppIntegrationInterface_Delete_Call) Run

type MockCustomAppIntegrationInterface_Expecter

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

func (*MockCustomAppIntegrationInterface_Expecter) Create

func (_e *MockCustomAppIntegrationInterface_Expecter) Create(ctx interface{}, request interface{}) *MockCustomAppIntegrationInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.CreateCustomAppIntegration

func (*MockCustomAppIntegrationInterface_Expecter) Delete

func (_e *MockCustomAppIntegrationInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockCustomAppIntegrationInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.DeleteCustomAppIntegrationRequest

func (*MockCustomAppIntegrationInterface_Expecter) DeleteByIntegrationId

func (_e *MockCustomAppIntegrationInterface_Expecter) DeleteByIntegrationId(ctx interface{}, integrationId interface{}) *MockCustomAppIntegrationInterface_DeleteByIntegrationId_Call

DeleteByIntegrationId is a helper method to define mock.On call

  • ctx context.Context
  • integrationId string

func (*MockCustomAppIntegrationInterface_Expecter) Get

func (_e *MockCustomAppIntegrationInterface_Expecter) Get(ctx interface{}, request interface{}) *MockCustomAppIntegrationInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.GetCustomAppIntegrationRequest

func (*MockCustomAppIntegrationInterface_Expecter) GetByIntegrationId

func (_e *MockCustomAppIntegrationInterface_Expecter) GetByIntegrationId(ctx interface{}, integrationId interface{}) *MockCustomAppIntegrationInterface_GetByIntegrationId_Call

GetByIntegrationId is a helper method to define mock.On call

  • ctx context.Context
  • integrationId string

func (*MockCustomAppIntegrationInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockCustomAppIntegrationInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockCustomAppIntegrationInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockCustomAppIntegrationInterface_Expecter) Update

func (_e *MockCustomAppIntegrationInterface_Expecter) Update(ctx interface{}, request interface{}) *MockCustomAppIntegrationInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.UpdateCustomAppIntegration

func (*MockCustomAppIntegrationInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl oauth2.CustomAppIntegrationService

type MockCustomAppIntegrationInterface_GetByIntegrationId_Call

type MockCustomAppIntegrationInterface_GetByIntegrationId_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_GetByIntegrationId_Call) Run

type MockCustomAppIntegrationInterface_Get_Call

type MockCustomAppIntegrationInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_Get_Call) Return

func (*MockCustomAppIntegrationInterface_Get_Call) Run

type MockCustomAppIntegrationInterface_Impl_Call

type MockCustomAppIntegrationInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_Impl_Call) Run

func (*MockCustomAppIntegrationInterface_Impl_Call) RunAndReturn

type MockCustomAppIntegrationInterface_ListAll_Call

type MockCustomAppIntegrationInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_ListAll_Call) Return

func (*MockCustomAppIntegrationInterface_ListAll_Call) Run

type MockCustomAppIntegrationInterface_List_Call

type MockCustomAppIntegrationInterface_List_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_List_Call) Run

type MockCustomAppIntegrationInterface_Update_Call

type MockCustomAppIntegrationInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_Update_Call) Return

func (*MockCustomAppIntegrationInterface_Update_Call) Run

type MockCustomAppIntegrationInterface_WithImpl_Call

type MockCustomAppIntegrationInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockCustomAppIntegrationInterface_WithImpl_Call) Run

type MockOAuthPublishedAppsInterface

type MockOAuthPublishedAppsInterface struct {
	mock.Mock
}

MockOAuthPublishedAppsInterface is an autogenerated mock type for the OAuthPublishedAppsInterface type

func NewMockOAuthPublishedAppsInterface

func NewMockOAuthPublishedAppsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockOAuthPublishedAppsInterface

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

func (*MockOAuthPublishedAppsInterface) Impl

Impl provides a mock function with given fields:

func (*MockOAuthPublishedAppsInterface) List

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

func (*MockOAuthPublishedAppsInterface) ListAll

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

func (*MockOAuthPublishedAppsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockOAuthPublishedAppsInterface_Expecter

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

func (*MockOAuthPublishedAppsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockOAuthPublishedAppsInterface_Expecter) List

func (_e *MockOAuthPublishedAppsInterface_Expecter) List(ctx interface{}, request interface{}) *MockOAuthPublishedAppsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.ListOAuthPublishedAppsRequest

func (*MockOAuthPublishedAppsInterface_Expecter) ListAll

func (_e *MockOAuthPublishedAppsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockOAuthPublishedAppsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.ListOAuthPublishedAppsRequest

func (*MockOAuthPublishedAppsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl oauth2.OAuthPublishedAppsService

type MockOAuthPublishedAppsInterface_Impl_Call

type MockOAuthPublishedAppsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockOAuthPublishedAppsInterface_Impl_Call) Return

func (*MockOAuthPublishedAppsInterface_Impl_Call) Run

func (*MockOAuthPublishedAppsInterface_Impl_Call) RunAndReturn

type MockOAuthPublishedAppsInterface_ListAll_Call

type MockOAuthPublishedAppsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockOAuthPublishedAppsInterface_ListAll_Call) Return

func (*MockOAuthPublishedAppsInterface_ListAll_Call) Run

type MockOAuthPublishedAppsInterface_List_Call

type MockOAuthPublishedAppsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockOAuthPublishedAppsInterface_List_Call) Run

type MockOAuthPublishedAppsInterface_WithImpl_Call

type MockOAuthPublishedAppsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockOAuthPublishedAppsInterface_WithImpl_Call) Run

type MockPublishedAppIntegrationInterface

type MockPublishedAppIntegrationInterface struct {
	mock.Mock
}

MockPublishedAppIntegrationInterface is an autogenerated mock type for the PublishedAppIntegrationInterface type

func NewMockPublishedAppIntegrationInterface

func NewMockPublishedAppIntegrationInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockPublishedAppIntegrationInterface

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

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

func (*MockPublishedAppIntegrationInterface) Delete

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

func (*MockPublishedAppIntegrationInterface) DeleteByIntegrationId

func (_m *MockPublishedAppIntegrationInterface) DeleteByIntegrationId(ctx context.Context, integrationId string) error

DeleteByIntegrationId provides a mock function with given fields: ctx, integrationId

func (*MockPublishedAppIntegrationInterface) EXPECT

func (*MockPublishedAppIntegrationInterface) Get

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

func (*MockPublishedAppIntegrationInterface) GetByIntegrationId

GetByIntegrationId provides a mock function with given fields: ctx, integrationId

func (*MockPublishedAppIntegrationInterface) Impl

Impl provides a mock function with given fields:

func (*MockPublishedAppIntegrationInterface) List

List provides a mock function with given fields: ctx

func (*MockPublishedAppIntegrationInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockPublishedAppIntegrationInterface) Update

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

func (*MockPublishedAppIntegrationInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockPublishedAppIntegrationInterface_Create_Call

type MockPublishedAppIntegrationInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_Create_Call) Run

type MockPublishedAppIntegrationInterface_DeleteByIntegrationId_Call

type MockPublishedAppIntegrationInterface_DeleteByIntegrationId_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_DeleteByIntegrationId_Call) Return

func (*MockPublishedAppIntegrationInterface_DeleteByIntegrationId_Call) Run

func (*MockPublishedAppIntegrationInterface_DeleteByIntegrationId_Call) RunAndReturn

type MockPublishedAppIntegrationInterface_Delete_Call

type MockPublishedAppIntegrationInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_Delete_Call) Return

func (*MockPublishedAppIntegrationInterface_Delete_Call) Run

type MockPublishedAppIntegrationInterface_Expecter

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

func (*MockPublishedAppIntegrationInterface_Expecter) Create

Create is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.CreatePublishedAppIntegration

func (*MockPublishedAppIntegrationInterface_Expecter) Delete

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.DeletePublishedAppIntegrationRequest

func (*MockPublishedAppIntegrationInterface_Expecter) DeleteByIntegrationId

func (_e *MockPublishedAppIntegrationInterface_Expecter) DeleteByIntegrationId(ctx interface{}, integrationId interface{}) *MockPublishedAppIntegrationInterface_DeleteByIntegrationId_Call

DeleteByIntegrationId is a helper method to define mock.On call

  • ctx context.Context
  • integrationId string

func (*MockPublishedAppIntegrationInterface_Expecter) Get

Get is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.GetPublishedAppIntegrationRequest

func (*MockPublishedAppIntegrationInterface_Expecter) GetByIntegrationId

func (_e *MockPublishedAppIntegrationInterface_Expecter) GetByIntegrationId(ctx interface{}, integrationId interface{}) *MockPublishedAppIntegrationInterface_GetByIntegrationId_Call

GetByIntegrationId is a helper method to define mock.On call

  • ctx context.Context
  • integrationId string

func (*MockPublishedAppIntegrationInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockPublishedAppIntegrationInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockPublishedAppIntegrationInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockPublishedAppIntegrationInterface_Expecter) Update

Update is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.UpdatePublishedAppIntegration

func (*MockPublishedAppIntegrationInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl oauth2.PublishedAppIntegrationService

type MockPublishedAppIntegrationInterface_GetByIntegrationId_Call

type MockPublishedAppIntegrationInterface_GetByIntegrationId_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_GetByIntegrationId_Call) Run

type MockPublishedAppIntegrationInterface_Get_Call

type MockPublishedAppIntegrationInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_Get_Call) Run

type MockPublishedAppIntegrationInterface_Impl_Call

type MockPublishedAppIntegrationInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_Impl_Call) Run

func (*MockPublishedAppIntegrationInterface_Impl_Call) RunAndReturn

type MockPublishedAppIntegrationInterface_ListAll_Call

type MockPublishedAppIntegrationInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_ListAll_Call) Run

type MockPublishedAppIntegrationInterface_List_Call

type MockPublishedAppIntegrationInterface_List_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_List_Call) Run

type MockPublishedAppIntegrationInterface_Update_Call

type MockPublishedAppIntegrationInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_Update_Call) Return

func (*MockPublishedAppIntegrationInterface_Update_Call) Run

type MockPublishedAppIntegrationInterface_WithImpl_Call

type MockPublishedAppIntegrationInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockPublishedAppIntegrationInterface_WithImpl_Call) Run

type MockServicePrincipalSecretsInterface

type MockServicePrincipalSecretsInterface struct {
	mock.Mock
}

MockServicePrincipalSecretsInterface is an autogenerated mock type for the ServicePrincipalSecretsInterface type

func NewMockServicePrincipalSecretsInterface

func NewMockServicePrincipalSecretsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockServicePrincipalSecretsInterface

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

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

func (*MockServicePrincipalSecretsInterface) Delete

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

func (*MockServicePrincipalSecretsInterface) DeleteByServicePrincipalIdAndSecretId

func (_m *MockServicePrincipalSecretsInterface) DeleteByServicePrincipalIdAndSecretId(ctx context.Context, servicePrincipalId int64, secretId string) error

DeleteByServicePrincipalIdAndSecretId provides a mock function with given fields: ctx, servicePrincipalId, secretId

func (*MockServicePrincipalSecretsInterface) EXPECT

func (*MockServicePrincipalSecretsInterface) Impl

Impl provides a mock function with given fields:

func (*MockServicePrincipalSecretsInterface) List

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

func (*MockServicePrincipalSecretsInterface) ListAll

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

func (*MockServicePrincipalSecretsInterface) ListByServicePrincipalId

func (_m *MockServicePrincipalSecretsInterface) ListByServicePrincipalId(ctx context.Context, servicePrincipalId int64) (*oauth2.ListServicePrincipalSecretsResponse, error)

ListByServicePrincipalId provides a mock function with given fields: ctx, servicePrincipalId

func (*MockServicePrincipalSecretsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockServicePrincipalSecretsInterface_Create_Call

type MockServicePrincipalSecretsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_Create_Call) Run

type MockServicePrincipalSecretsInterface_DeleteByServicePrincipalIdAndSecretId_Call

type MockServicePrincipalSecretsInterface_DeleteByServicePrincipalIdAndSecretId_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_DeleteByServicePrincipalIdAndSecretId_Call) Return

func (*MockServicePrincipalSecretsInterface_DeleteByServicePrincipalIdAndSecretId_Call) Run

func (*MockServicePrincipalSecretsInterface_DeleteByServicePrincipalIdAndSecretId_Call) RunAndReturn

type MockServicePrincipalSecretsInterface_Delete_Call

type MockServicePrincipalSecretsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_Delete_Call) Return

func (*MockServicePrincipalSecretsInterface_Delete_Call) Run

type MockServicePrincipalSecretsInterface_Expecter

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

func (*MockServicePrincipalSecretsInterface_Expecter) Create

Create is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.CreateServicePrincipalSecretRequest

func (*MockServicePrincipalSecretsInterface_Expecter) Delete

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.DeleteServicePrincipalSecretRequest

func (*MockServicePrincipalSecretsInterface_Expecter) DeleteByServicePrincipalIdAndSecretId

func (_e *MockServicePrincipalSecretsInterface_Expecter) DeleteByServicePrincipalIdAndSecretId(ctx interface{}, servicePrincipalId interface{}, secretId interface{}) *MockServicePrincipalSecretsInterface_DeleteByServicePrincipalIdAndSecretId_Call

DeleteByServicePrincipalIdAndSecretId is a helper method to define mock.On call

  • ctx context.Context
  • servicePrincipalId int64
  • secretId string

func (*MockServicePrincipalSecretsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockServicePrincipalSecretsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.ListServicePrincipalSecretsRequest

func (*MockServicePrincipalSecretsInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request oauth2.ListServicePrincipalSecretsRequest

func (*MockServicePrincipalSecretsInterface_Expecter) ListByServicePrincipalId

func (_e *MockServicePrincipalSecretsInterface_Expecter) ListByServicePrincipalId(ctx interface{}, servicePrincipalId interface{}) *MockServicePrincipalSecretsInterface_ListByServicePrincipalId_Call

ListByServicePrincipalId is a helper method to define mock.On call

  • ctx context.Context
  • servicePrincipalId int64

func (*MockServicePrincipalSecretsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl oauth2.ServicePrincipalSecretsService

type MockServicePrincipalSecretsInterface_Impl_Call

type MockServicePrincipalSecretsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_Impl_Call) Run

func (*MockServicePrincipalSecretsInterface_Impl_Call) RunAndReturn

type MockServicePrincipalSecretsInterface_ListAll_Call

type MockServicePrincipalSecretsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_ListAll_Call) Return

func (*MockServicePrincipalSecretsInterface_ListAll_Call) Run

type MockServicePrincipalSecretsInterface_ListByServicePrincipalId_Call

type MockServicePrincipalSecretsInterface_ListByServicePrincipalId_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_ListByServicePrincipalId_Call) Run

type MockServicePrincipalSecretsInterface_List_Call

type MockServicePrincipalSecretsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_List_Call) Return

func (*MockServicePrincipalSecretsInterface_List_Call) Run

type MockServicePrincipalSecretsInterface_WithImpl_Call

type MockServicePrincipalSecretsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockServicePrincipalSecretsInterface_WithImpl_Call) Run

Jump to

Keyboard shortcuts

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