identity

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package identity is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIdentityManagementAPIClient

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

MockIdentityManagementAPIClient is a mock of IdentityManagementAPIClient interface.

func NewMockIdentityManagementAPIClient

func NewMockIdentityManagementAPIClient(ctrl *gomock.Controller) *MockIdentityManagementAPIClient

NewMockIdentityManagementAPIClient creates a new mock instance.

func (*MockIdentityManagementAPIClient) CancelInvitation

CancelInvitation mocks base method.

func (*MockIdentityManagementAPIClient) ChangePassword

ChangePassword mocks base method.

func (*MockIdentityManagementAPIClient) CheckInvitationState

CheckInvitationState mocks base method.

func (*MockIdentityManagementAPIClient) CheckOAuth2ConsentChallenge

CheckOAuth2ConsentChallenge mocks base method.

func (*MockIdentityManagementAPIClient) CreateConsent

CreateConsent mocks base method.

func (*MockIdentityManagementAPIClient) CreateCustomLoginToken

CreateCustomLoginToken mocks base method.

func (*MockIdentityManagementAPIClient) CreateInvitation

CreateInvitation mocks base method.

func (*MockIdentityManagementAPIClient) CreateOAuth2ConsentVerifier

CreateOAuth2ConsentVerifier mocks base method.

func (*MockIdentityManagementAPIClient) DeleteDigitalTwin

DeleteDigitalTwin mocks base method.

func (*MockIdentityManagementAPIClient) EXPECT

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

func (*MockIdentityManagementAPIClient) EnrichToken

EnrichToken mocks base method.

func (*MockIdentityManagementAPIClient) GetAccessToken

GetAccessToken mocks base method.

func (*MockIdentityManagementAPIClient) GetDigitalTwin

GetDigitalTwin mocks base method.

func (*MockIdentityManagementAPIClient) GetPasswordCredential

GetPasswordCredential mocks base method.

func (*MockIdentityManagementAPIClient) ImportDigitalTwins

ImportDigitalTwins mocks base method.

func (*MockIdentityManagementAPIClient) ListConsents

ListConsents mocks base method.

func (*MockIdentityManagementAPIClient) ListDigitalTwins

ListDigitalTwins mocks base method.

func (*MockIdentityManagementAPIClient) PatchDigitalTwin

PatchDigitalTwin mocks base method.

func (*MockIdentityManagementAPIClient) RegisterDigitalTwinWithoutCredential

RegisterDigitalTwinWithoutCredential mocks base method.

func (*MockIdentityManagementAPIClient) ResendInvitation

ResendInvitation mocks base method.

func (*MockIdentityManagementAPIClient) RevokeConsent

RevokeConsent mocks base method.

func (*MockIdentityManagementAPIClient) SelfServiceTerminateSession

SelfServiceTerminateSession mocks base method.

func (*MockIdentityManagementAPIClient) SessionIntrospect

SessionIntrospect mocks base method.

func (*MockIdentityManagementAPIClient) StartDigitalTwinEmailVerification

StartDigitalTwinEmailVerification mocks base method.

func (*MockIdentityManagementAPIClient) StartForgottenPasswordFlow

StartForgottenPasswordFlow mocks base method.

func (*MockIdentityManagementAPIClient) TokenIntrospect

TokenIntrospect mocks base method.

func (*MockIdentityManagementAPIClient) UpdatePasswordCredential

UpdatePasswordCredential mocks base method.

func (*MockIdentityManagementAPIClient) VerifyDigitalTwinEmail

VerifyDigitalTwinEmail mocks base method.

type MockIdentityManagementAPIClientMockRecorder

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

MockIdentityManagementAPIClientMockRecorder is the mock recorder for MockIdentityManagementAPIClient.

func (*MockIdentityManagementAPIClientMockRecorder) CancelInvitation

func (mr *MockIdentityManagementAPIClientMockRecorder) CancelInvitation(ctx, in interface{}, opts ...interface{}) *gomock.Call

CancelInvitation indicates an expected call of CancelInvitation.

func (*MockIdentityManagementAPIClientMockRecorder) ChangePassword

func (mr *MockIdentityManagementAPIClientMockRecorder) ChangePassword(ctx, in interface{}, opts ...interface{}) *gomock.Call

ChangePassword indicates an expected call of ChangePassword.

func (*MockIdentityManagementAPIClientMockRecorder) CheckInvitationState

func (mr *MockIdentityManagementAPIClientMockRecorder) CheckInvitationState(ctx, in interface{}, opts ...interface{}) *gomock.Call

CheckInvitationState indicates an expected call of CheckInvitationState.

func (*MockIdentityManagementAPIClientMockRecorder) CheckOAuth2ConsentChallenge

func (mr *MockIdentityManagementAPIClientMockRecorder) CheckOAuth2ConsentChallenge(ctx, in interface{}, opts ...interface{}) *gomock.Call

CheckOAuth2ConsentChallenge indicates an expected call of CheckOAuth2ConsentChallenge.

func (*MockIdentityManagementAPIClientMockRecorder) CreateConsent

func (mr *MockIdentityManagementAPIClientMockRecorder) CreateConsent(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateConsent indicates an expected call of CreateConsent.

func (*MockIdentityManagementAPIClientMockRecorder) CreateCustomLoginToken

func (mr *MockIdentityManagementAPIClientMockRecorder) CreateCustomLoginToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateCustomLoginToken indicates an expected call of CreateCustomLoginToken.

func (*MockIdentityManagementAPIClientMockRecorder) CreateInvitation

func (mr *MockIdentityManagementAPIClientMockRecorder) CreateInvitation(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateInvitation indicates an expected call of CreateInvitation.

func (*MockIdentityManagementAPIClientMockRecorder) CreateOAuth2ConsentVerifier

func (mr *MockIdentityManagementAPIClientMockRecorder) CreateOAuth2ConsentVerifier(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateOAuth2ConsentVerifier indicates an expected call of CreateOAuth2ConsentVerifier.

func (*MockIdentityManagementAPIClientMockRecorder) DeleteDigitalTwin

func (mr *MockIdentityManagementAPIClientMockRecorder) DeleteDigitalTwin(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteDigitalTwin indicates an expected call of DeleteDigitalTwin.

func (*MockIdentityManagementAPIClientMockRecorder) EnrichToken

func (mr *MockIdentityManagementAPIClientMockRecorder) EnrichToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

EnrichToken indicates an expected call of EnrichToken.

func (*MockIdentityManagementAPIClientMockRecorder) GetAccessToken

func (mr *MockIdentityManagementAPIClientMockRecorder) GetAccessToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAccessToken indicates an expected call of GetAccessToken.

func (*MockIdentityManagementAPIClientMockRecorder) GetDigitalTwin

func (mr *MockIdentityManagementAPIClientMockRecorder) GetDigitalTwin(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetDigitalTwin indicates an expected call of GetDigitalTwin.

func (*MockIdentityManagementAPIClientMockRecorder) GetPasswordCredential

func (mr *MockIdentityManagementAPIClientMockRecorder) GetPasswordCredential(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetPasswordCredential indicates an expected call of GetPasswordCredential.

func (*MockIdentityManagementAPIClientMockRecorder) ImportDigitalTwins

func (mr *MockIdentityManagementAPIClientMockRecorder) ImportDigitalTwins(ctx, in interface{}, opts ...interface{}) *gomock.Call

ImportDigitalTwins indicates an expected call of ImportDigitalTwins.

func (*MockIdentityManagementAPIClientMockRecorder) ListConsents

func (mr *MockIdentityManagementAPIClientMockRecorder) ListConsents(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListConsents indicates an expected call of ListConsents.

func (*MockIdentityManagementAPIClientMockRecorder) ListDigitalTwins

func (mr *MockIdentityManagementAPIClientMockRecorder) ListDigitalTwins(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListDigitalTwins indicates an expected call of ListDigitalTwins.

func (*MockIdentityManagementAPIClientMockRecorder) PatchDigitalTwin

func (mr *MockIdentityManagementAPIClientMockRecorder) PatchDigitalTwin(ctx, in interface{}, opts ...interface{}) *gomock.Call

PatchDigitalTwin indicates an expected call of PatchDigitalTwin.

func (*MockIdentityManagementAPIClientMockRecorder) RegisterDigitalTwinWithoutCredential

func (mr *MockIdentityManagementAPIClientMockRecorder) RegisterDigitalTwinWithoutCredential(ctx, in interface{}, opts ...interface{}) *gomock.Call

RegisterDigitalTwinWithoutCredential indicates an expected call of RegisterDigitalTwinWithoutCredential.

func (*MockIdentityManagementAPIClientMockRecorder) ResendInvitation

func (mr *MockIdentityManagementAPIClientMockRecorder) ResendInvitation(ctx, in interface{}, opts ...interface{}) *gomock.Call

ResendInvitation indicates an expected call of ResendInvitation.

func (*MockIdentityManagementAPIClientMockRecorder) RevokeConsent

func (mr *MockIdentityManagementAPIClientMockRecorder) RevokeConsent(ctx, in interface{}, opts ...interface{}) *gomock.Call

RevokeConsent indicates an expected call of RevokeConsent.

func (*MockIdentityManagementAPIClientMockRecorder) SelfServiceTerminateSession

func (mr *MockIdentityManagementAPIClientMockRecorder) SelfServiceTerminateSession(ctx, in interface{}, opts ...interface{}) *gomock.Call

SelfServiceTerminateSession indicates an expected call of SelfServiceTerminateSession.

func (*MockIdentityManagementAPIClientMockRecorder) SessionIntrospect

func (mr *MockIdentityManagementAPIClientMockRecorder) SessionIntrospect(ctx, in interface{}, opts ...interface{}) *gomock.Call

SessionIntrospect indicates an expected call of SessionIntrospect.

func (*MockIdentityManagementAPIClientMockRecorder) StartDigitalTwinEmailVerification

func (mr *MockIdentityManagementAPIClientMockRecorder) StartDigitalTwinEmailVerification(ctx, in interface{}, opts ...interface{}) *gomock.Call

StartDigitalTwinEmailVerification indicates an expected call of StartDigitalTwinEmailVerification.

func (*MockIdentityManagementAPIClientMockRecorder) StartForgottenPasswordFlow

func (mr *MockIdentityManagementAPIClientMockRecorder) StartForgottenPasswordFlow(ctx, in interface{}, opts ...interface{}) *gomock.Call

StartForgottenPasswordFlow indicates an expected call of StartForgottenPasswordFlow.

func (*MockIdentityManagementAPIClientMockRecorder) TokenIntrospect

func (mr *MockIdentityManagementAPIClientMockRecorder) TokenIntrospect(ctx, in interface{}, opts ...interface{}) *gomock.Call

TokenIntrospect indicates an expected call of TokenIntrospect.

func (*MockIdentityManagementAPIClientMockRecorder) UpdatePasswordCredential

func (mr *MockIdentityManagementAPIClientMockRecorder) UpdatePasswordCredential(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdatePasswordCredential indicates an expected call of UpdatePasswordCredential.

func (*MockIdentityManagementAPIClientMockRecorder) VerifyDigitalTwinEmail

func (mr *MockIdentityManagementAPIClientMockRecorder) VerifyDigitalTwinEmail(ctx, in interface{}, opts ...interface{}) *gomock.Call

VerifyDigitalTwinEmail indicates an expected call of VerifyDigitalTwinEmail.

type MockIdentityManagementAPIServer

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

MockIdentityManagementAPIServer is a mock of IdentityManagementAPIServer interface.

func NewMockIdentityManagementAPIServer

func NewMockIdentityManagementAPIServer(ctrl *gomock.Controller) *MockIdentityManagementAPIServer

NewMockIdentityManagementAPIServer creates a new mock instance.

func (*MockIdentityManagementAPIServer) CancelInvitation

CancelInvitation mocks base method.

func (*MockIdentityManagementAPIServer) ChangePassword

ChangePassword mocks base method.

func (*MockIdentityManagementAPIServer) CheckInvitationState

CheckInvitationState mocks base method.

func (*MockIdentityManagementAPIServer) CheckOAuth2ConsentChallenge

CheckOAuth2ConsentChallenge mocks base method.

func (*MockIdentityManagementAPIServer) CreateConsent

CreateConsent mocks base method.

func (*MockIdentityManagementAPIServer) CreateCustomLoginToken

CreateCustomLoginToken mocks base method.

func (*MockIdentityManagementAPIServer) CreateInvitation

CreateInvitation mocks base method.

func (*MockIdentityManagementAPIServer) CreateOAuth2ConsentVerifier

CreateOAuth2ConsentVerifier mocks base method.

func (*MockIdentityManagementAPIServer) DeleteDigitalTwin

DeleteDigitalTwin mocks base method.

func (*MockIdentityManagementAPIServer) EXPECT

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

func (*MockIdentityManagementAPIServer) EnrichToken

EnrichToken mocks base method.

func (*MockIdentityManagementAPIServer) GetAccessToken

GetAccessToken mocks base method.

func (*MockIdentityManagementAPIServer) GetDigitalTwin

GetDigitalTwin mocks base method.

func (*MockIdentityManagementAPIServer) GetPasswordCredential

GetPasswordCredential mocks base method.

func (*MockIdentityManagementAPIServer) ImportDigitalTwins

ImportDigitalTwins mocks base method.

func (*MockIdentityManagementAPIServer) ListConsents

ListConsents mocks base method.

func (*MockIdentityManagementAPIServer) ListDigitalTwins

ListDigitalTwins mocks base method.

func (*MockIdentityManagementAPIServer) PatchDigitalTwin

PatchDigitalTwin mocks base method.

func (*MockIdentityManagementAPIServer) RegisterDigitalTwinWithoutCredential

RegisterDigitalTwinWithoutCredential mocks base method.

func (*MockIdentityManagementAPIServer) ResendInvitation

ResendInvitation mocks base method.

func (*MockIdentityManagementAPIServer) RevokeConsent

RevokeConsent mocks base method.

func (*MockIdentityManagementAPIServer) SelfServiceTerminateSession

SelfServiceTerminateSession mocks base method.

func (*MockIdentityManagementAPIServer) SessionIntrospect

SessionIntrospect mocks base method.

func (*MockIdentityManagementAPIServer) StartDigitalTwinEmailVerification

StartDigitalTwinEmailVerification mocks base method.

func (*MockIdentityManagementAPIServer) StartForgottenPasswordFlow

StartForgottenPasswordFlow mocks base method.

func (*MockIdentityManagementAPIServer) TokenIntrospect

TokenIntrospect mocks base method.

func (*MockIdentityManagementAPIServer) UpdatePasswordCredential

UpdatePasswordCredential mocks base method.

func (*MockIdentityManagementAPIServer) VerifyDigitalTwinEmail

VerifyDigitalTwinEmail mocks base method.

type MockIdentityManagementAPIServerMockRecorder

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

MockIdentityManagementAPIServerMockRecorder is the mock recorder for MockIdentityManagementAPIServer.

func (*MockIdentityManagementAPIServerMockRecorder) CancelInvitation

func (mr *MockIdentityManagementAPIServerMockRecorder) CancelInvitation(arg0, arg1 interface{}) *gomock.Call

CancelInvitation indicates an expected call of CancelInvitation.

func (*MockIdentityManagementAPIServerMockRecorder) ChangePassword

func (mr *MockIdentityManagementAPIServerMockRecorder) ChangePassword(arg0, arg1 interface{}) *gomock.Call

ChangePassword indicates an expected call of ChangePassword.

func (*MockIdentityManagementAPIServerMockRecorder) CheckInvitationState

func (mr *MockIdentityManagementAPIServerMockRecorder) CheckInvitationState(arg0, arg1 interface{}) *gomock.Call

CheckInvitationState indicates an expected call of CheckInvitationState.

func (*MockIdentityManagementAPIServerMockRecorder) CheckOAuth2ConsentChallenge

func (mr *MockIdentityManagementAPIServerMockRecorder) CheckOAuth2ConsentChallenge(arg0, arg1 interface{}) *gomock.Call

CheckOAuth2ConsentChallenge indicates an expected call of CheckOAuth2ConsentChallenge.

func (*MockIdentityManagementAPIServerMockRecorder) CreateConsent

func (mr *MockIdentityManagementAPIServerMockRecorder) CreateConsent(arg0, arg1 interface{}) *gomock.Call

CreateConsent indicates an expected call of CreateConsent.

func (*MockIdentityManagementAPIServerMockRecorder) CreateCustomLoginToken

func (mr *MockIdentityManagementAPIServerMockRecorder) CreateCustomLoginToken(arg0, arg1 interface{}) *gomock.Call

CreateCustomLoginToken indicates an expected call of CreateCustomLoginToken.

func (*MockIdentityManagementAPIServerMockRecorder) CreateInvitation

func (mr *MockIdentityManagementAPIServerMockRecorder) CreateInvitation(arg0, arg1 interface{}) *gomock.Call

CreateInvitation indicates an expected call of CreateInvitation.

func (*MockIdentityManagementAPIServerMockRecorder) CreateOAuth2ConsentVerifier

func (mr *MockIdentityManagementAPIServerMockRecorder) CreateOAuth2ConsentVerifier(arg0, arg1 interface{}) *gomock.Call

CreateOAuth2ConsentVerifier indicates an expected call of CreateOAuth2ConsentVerifier.

func (*MockIdentityManagementAPIServerMockRecorder) DeleteDigitalTwin

func (mr *MockIdentityManagementAPIServerMockRecorder) DeleteDigitalTwin(arg0, arg1 interface{}) *gomock.Call

DeleteDigitalTwin indicates an expected call of DeleteDigitalTwin.

func (*MockIdentityManagementAPIServerMockRecorder) EnrichToken

func (mr *MockIdentityManagementAPIServerMockRecorder) EnrichToken(arg0, arg1 interface{}) *gomock.Call

EnrichToken indicates an expected call of EnrichToken.

func (*MockIdentityManagementAPIServerMockRecorder) GetAccessToken

func (mr *MockIdentityManagementAPIServerMockRecorder) GetAccessToken(arg0, arg1 interface{}) *gomock.Call

GetAccessToken indicates an expected call of GetAccessToken.

func (*MockIdentityManagementAPIServerMockRecorder) GetDigitalTwin

func (mr *MockIdentityManagementAPIServerMockRecorder) GetDigitalTwin(arg0, arg1 interface{}) *gomock.Call

GetDigitalTwin indicates an expected call of GetDigitalTwin.

func (*MockIdentityManagementAPIServerMockRecorder) GetPasswordCredential

func (mr *MockIdentityManagementAPIServerMockRecorder) GetPasswordCredential(arg0, arg1 interface{}) *gomock.Call

GetPasswordCredential indicates an expected call of GetPasswordCredential.

func (*MockIdentityManagementAPIServerMockRecorder) ImportDigitalTwins

func (mr *MockIdentityManagementAPIServerMockRecorder) ImportDigitalTwins(arg0, arg1 interface{}) *gomock.Call

ImportDigitalTwins indicates an expected call of ImportDigitalTwins.

func (*MockIdentityManagementAPIServerMockRecorder) ListConsents

func (mr *MockIdentityManagementAPIServerMockRecorder) ListConsents(arg0, arg1 interface{}) *gomock.Call

ListConsents indicates an expected call of ListConsents.

func (*MockIdentityManagementAPIServerMockRecorder) ListDigitalTwins

func (mr *MockIdentityManagementAPIServerMockRecorder) ListDigitalTwins(arg0, arg1 interface{}) *gomock.Call

ListDigitalTwins indicates an expected call of ListDigitalTwins.

func (*MockIdentityManagementAPIServerMockRecorder) PatchDigitalTwin

func (mr *MockIdentityManagementAPIServerMockRecorder) PatchDigitalTwin(arg0, arg1 interface{}) *gomock.Call

PatchDigitalTwin indicates an expected call of PatchDigitalTwin.

func (*MockIdentityManagementAPIServerMockRecorder) RegisterDigitalTwinWithoutCredential

func (mr *MockIdentityManagementAPIServerMockRecorder) RegisterDigitalTwinWithoutCredential(arg0, arg1 interface{}) *gomock.Call

RegisterDigitalTwinWithoutCredential indicates an expected call of RegisterDigitalTwinWithoutCredential.

func (*MockIdentityManagementAPIServerMockRecorder) ResendInvitation

func (mr *MockIdentityManagementAPIServerMockRecorder) ResendInvitation(arg0, arg1 interface{}) *gomock.Call

ResendInvitation indicates an expected call of ResendInvitation.

func (*MockIdentityManagementAPIServerMockRecorder) RevokeConsent

func (mr *MockIdentityManagementAPIServerMockRecorder) RevokeConsent(arg0, arg1 interface{}) *gomock.Call

RevokeConsent indicates an expected call of RevokeConsent.

func (*MockIdentityManagementAPIServerMockRecorder) SelfServiceTerminateSession

func (mr *MockIdentityManagementAPIServerMockRecorder) SelfServiceTerminateSession(arg0, arg1 interface{}) *gomock.Call

SelfServiceTerminateSession indicates an expected call of SelfServiceTerminateSession.

func (*MockIdentityManagementAPIServerMockRecorder) SessionIntrospect

func (mr *MockIdentityManagementAPIServerMockRecorder) SessionIntrospect(arg0, arg1 interface{}) *gomock.Call

SessionIntrospect indicates an expected call of SessionIntrospect.

func (*MockIdentityManagementAPIServerMockRecorder) StartDigitalTwinEmailVerification

func (mr *MockIdentityManagementAPIServerMockRecorder) StartDigitalTwinEmailVerification(arg0, arg1 interface{}) *gomock.Call

StartDigitalTwinEmailVerification indicates an expected call of StartDigitalTwinEmailVerification.

func (*MockIdentityManagementAPIServerMockRecorder) StartForgottenPasswordFlow

func (mr *MockIdentityManagementAPIServerMockRecorder) StartForgottenPasswordFlow(arg0, arg1 interface{}) *gomock.Call

StartForgottenPasswordFlow indicates an expected call of StartForgottenPasswordFlow.

func (*MockIdentityManagementAPIServerMockRecorder) TokenIntrospect

func (mr *MockIdentityManagementAPIServerMockRecorder) TokenIntrospect(arg0, arg1 interface{}) *gomock.Call

TokenIntrospect indicates an expected call of TokenIntrospect.

func (*MockIdentityManagementAPIServerMockRecorder) UpdatePasswordCredential

func (mr *MockIdentityManagementAPIServerMockRecorder) UpdatePasswordCredential(arg0, arg1 interface{}) *gomock.Call

UpdatePasswordCredential indicates an expected call of UpdatePasswordCredential.

func (*MockIdentityManagementAPIServerMockRecorder) VerifyDigitalTwinEmail

func (mr *MockIdentityManagementAPIServerMockRecorder) VerifyDigitalTwinEmail(arg0, arg1 interface{}) *gomock.Call

VerifyDigitalTwinEmail indicates an expected call of VerifyDigitalTwinEmail.

type MockIdentityManagementAPI_ListConsentsClient

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

MockIdentityManagementAPI_ListConsentsClient is a mock of IdentityManagementAPI_ListConsentsClient interface.

func NewMockIdentityManagementAPI_ListConsentsClient

func NewMockIdentityManagementAPI_ListConsentsClient(ctrl *gomock.Controller) *MockIdentityManagementAPI_ListConsentsClient

NewMockIdentityManagementAPI_ListConsentsClient creates a new mock instance.

func (*MockIdentityManagementAPI_ListConsentsClient) CloseSend

CloseSend mocks base method.

func (*MockIdentityManagementAPI_ListConsentsClient) Context

Context mocks base method.

func (*MockIdentityManagementAPI_ListConsentsClient) EXPECT

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

func (*MockIdentityManagementAPI_ListConsentsClient) Header

Header mocks base method.

func (*MockIdentityManagementAPI_ListConsentsClient) Recv

Recv mocks base method.

func (*MockIdentityManagementAPI_ListConsentsClient) RecvMsg

func (m_2 *MockIdentityManagementAPI_ListConsentsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockIdentityManagementAPI_ListConsentsClient) SendMsg

func (m_2 *MockIdentityManagementAPI_ListConsentsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockIdentityManagementAPI_ListConsentsClient) Trailer

Trailer mocks base method.

type MockIdentityManagementAPI_ListConsentsClientMockRecorder

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

MockIdentityManagementAPI_ListConsentsClientMockRecorder is the mock recorder for MockIdentityManagementAPI_ListConsentsClient.

func (*MockIdentityManagementAPI_ListConsentsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockIdentityManagementAPI_ListConsentsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockIdentityManagementAPI_ListConsentsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockIdentityManagementAPI_ListConsentsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockIdentityManagementAPI_ListConsentsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockIdentityManagementAPI_ListConsentsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockIdentityManagementAPI_ListConsentsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockIdentityManagementAPI_ListConsentsServer

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

MockIdentityManagementAPI_ListConsentsServer is a mock of IdentityManagementAPI_ListConsentsServer interface.

func NewMockIdentityManagementAPI_ListConsentsServer

func NewMockIdentityManagementAPI_ListConsentsServer(ctrl *gomock.Controller) *MockIdentityManagementAPI_ListConsentsServer

NewMockIdentityManagementAPI_ListConsentsServer creates a new mock instance.

func (*MockIdentityManagementAPI_ListConsentsServer) Context

Context mocks base method.

func (*MockIdentityManagementAPI_ListConsentsServer) EXPECT

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

func (*MockIdentityManagementAPI_ListConsentsServer) RecvMsg

func (m_2 *MockIdentityManagementAPI_ListConsentsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockIdentityManagementAPI_ListConsentsServer) Send

Send mocks base method.

func (*MockIdentityManagementAPI_ListConsentsServer) SendHeader

SendHeader mocks base method.

func (*MockIdentityManagementAPI_ListConsentsServer) SendMsg

func (m_2 *MockIdentityManagementAPI_ListConsentsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockIdentityManagementAPI_ListConsentsServer) SetHeader

SetHeader mocks base method.

func (*MockIdentityManagementAPI_ListConsentsServer) SetTrailer

SetTrailer mocks base method.

type MockIdentityManagementAPI_ListConsentsServerMockRecorder

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

MockIdentityManagementAPI_ListConsentsServerMockRecorder is the mock recorder for MockIdentityManagementAPI_ListConsentsServer.

func (*MockIdentityManagementAPI_ListConsentsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockIdentityManagementAPI_ListConsentsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockIdentityManagementAPI_ListConsentsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockIdentityManagementAPI_ListConsentsServerMockRecorder) SendHeader

func (mr *MockIdentityManagementAPI_ListConsentsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockIdentityManagementAPI_ListConsentsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockIdentityManagementAPI_ListConsentsServerMockRecorder) SetHeader

func (mr *MockIdentityManagementAPI_ListConsentsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockIdentityManagementAPI_ListConsentsServerMockRecorder) SetTrailer

func (mr *MockIdentityManagementAPI_ListConsentsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockUnsafeIdentityManagementAPIServer

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

MockUnsafeIdentityManagementAPIServer is a mock of UnsafeIdentityManagementAPIServer interface.

func NewMockUnsafeIdentityManagementAPIServer

func NewMockUnsafeIdentityManagementAPIServer(ctrl *gomock.Controller) *MockUnsafeIdentityManagementAPIServer

NewMockUnsafeIdentityManagementAPIServer creates a new mock instance.

func (*MockUnsafeIdentityManagementAPIServer) EXPECT

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

type MockUnsafeIdentityManagementAPIServerMockRecorder

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

MockUnsafeIdentityManagementAPIServerMockRecorder is the mock recorder for MockUnsafeIdentityManagementAPIServer.

Jump to

Keyboard shortcuts

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