grpc_mock

package
v0.1.10 Latest Latest
Warning

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

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

Documentation

Overview

Package grpc_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuthApiServiceClient

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

MockAuthApiServiceClient is a mock of AuthApiServiceClient interface.

func NewMockAuthApiServiceClient

func NewMockAuthApiServiceClient(ctrl *gomock.Controller) *MockAuthApiServiceClient

NewMockAuthApiServiceClient creates a new mock instance.

func (*MockAuthApiServiceClient) AuthnWithDid

AuthnWithDid mocks base method.

func (*MockAuthApiServiceClient) AuthnWithDidRegister

AuthnWithDidRegister mocks base method.

func (*MockAuthApiServiceClient) AuthnWithDidRegisterStart

AuthnWithDidRegisterStart mocks base method.

func (*MockAuthApiServiceClient) AuthnWithDidStart

AuthnWithDidStart mocks base method.

func (*MockAuthApiServiceClient) AuthnWithExPrdCallback

AuthnWithExPrdCallback mocks base method.

func (*MockAuthApiServiceClient) AuthnWithExPrdStart

AuthnWithExPrdStart mocks base method.

func (*MockAuthApiServiceClient) AuthnWithPassword

AuthnWithPassword mocks base method.

func (*MockAuthApiServiceClient) AuthnWithRefresh

AuthnWithRefresh mocks base method.

func (*MockAuthApiServiceClient) ConfirmRegister

ConfirmRegister mocks base method.

func (*MockAuthApiServiceClient) EXPECT

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

func (*MockAuthApiServiceClient) FindByEmail

FindByEmail mocks base method.

func (*MockAuthApiServiceClient) FindByID

FindByID mocks base method.

func (*MockAuthApiServiceClient) GetMe

GetMe mocks base method.

func (*MockAuthApiServiceClient) Register

Register mocks base method.

type MockAuthApiServiceClientMockRecorder

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

MockAuthApiServiceClientMockRecorder is the mock recorder for MockAuthApiServiceClient.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithDid

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithDid(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithDid indicates an expected call of AuthnWithDid.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithDidRegister

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithDidRegister(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithDidRegister indicates an expected call of AuthnWithDidRegister.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithDidRegisterStart

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithDidRegisterStart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithDidRegisterStart indicates an expected call of AuthnWithDidRegisterStart.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithDidStart

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithDidStart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithDidStart indicates an expected call of AuthnWithDidStart.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithExPrdCallback

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithExPrdCallback(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithExPrdCallback indicates an expected call of AuthnWithExPrdCallback.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithExPrdStart

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithExPrdStart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithExPrdStart indicates an expected call of AuthnWithExPrdStart.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithPassword

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithPassword(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithPassword indicates an expected call of AuthnWithPassword.

func (*MockAuthApiServiceClientMockRecorder) AuthnWithRefresh

func (mr *MockAuthApiServiceClientMockRecorder) AuthnWithRefresh(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthnWithRefresh indicates an expected call of AuthnWithRefresh.

func (*MockAuthApiServiceClientMockRecorder) ConfirmRegister

func (mr *MockAuthApiServiceClientMockRecorder) ConfirmRegister(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfirmRegister indicates an expected call of ConfirmRegister.

func (*MockAuthApiServiceClientMockRecorder) FindByEmail

func (mr *MockAuthApiServiceClientMockRecorder) FindByEmail(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FindByEmail indicates an expected call of FindByEmail.

func (*MockAuthApiServiceClientMockRecorder) FindByID

func (mr *MockAuthApiServiceClientMockRecorder) FindByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FindByID indicates an expected call of FindByID.

func (*MockAuthApiServiceClientMockRecorder) GetMe

func (mr *MockAuthApiServiceClientMockRecorder) GetMe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMe indicates an expected call of GetMe.

func (*MockAuthApiServiceClientMockRecorder) Register

func (mr *MockAuthApiServiceClientMockRecorder) Register(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockAuthApiService_AuthnWithDidRegisterStartClient

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

MockAuthApiService_AuthnWithDidRegisterStartClient is a mock of AuthApiService_AuthnWithDidRegisterStartClient interface.

func NewMockAuthApiService_AuthnWithDidRegisterStartClient

func NewMockAuthApiService_AuthnWithDidRegisterStartClient(ctrl *gomock.Controller) *MockAuthApiService_AuthnWithDidRegisterStartClient

NewMockAuthApiService_AuthnWithDidRegisterStartClient creates a new mock instance.

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) CloseSend

CloseSend mocks base method.

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) Context

Context mocks base method.

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) EXPECT

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

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) Header

Header mocks base method.

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) Recv

Recv mocks base method.

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) RecvMsg

func (m *MockAuthApiService_AuthnWithDidRegisterStartClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method.

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) SendMsg

func (m *MockAuthApiService_AuthnWithDidRegisterStartClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method.

func (*MockAuthApiService_AuthnWithDidRegisterStartClient) Trailer

Trailer mocks base method.

type MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder

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

MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder is the mock recorder for MockAuthApiService_AuthnWithDidRegisterStartClient.

func (*MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockAuthApiService_AuthnWithDidRegisterStartClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockAuthApiService_AuthnWithDidStartClient

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

MockAuthApiService_AuthnWithDidStartClient is a mock of AuthApiService_AuthnWithDidStartClient interface.

func NewMockAuthApiService_AuthnWithDidStartClient

func NewMockAuthApiService_AuthnWithDidStartClient(ctrl *gomock.Controller) *MockAuthApiService_AuthnWithDidStartClient

NewMockAuthApiService_AuthnWithDidStartClient creates a new mock instance.

func (*MockAuthApiService_AuthnWithDidStartClient) CloseSend

CloseSend mocks base method.

func (*MockAuthApiService_AuthnWithDidStartClient) Context

Context mocks base method.

func (*MockAuthApiService_AuthnWithDidStartClient) EXPECT

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

func (*MockAuthApiService_AuthnWithDidStartClient) Header

Header mocks base method.

func (*MockAuthApiService_AuthnWithDidStartClient) Recv

Recv mocks base method.

func (*MockAuthApiService_AuthnWithDidStartClient) RecvMsg

func (m *MockAuthApiService_AuthnWithDidStartClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method.

func (*MockAuthApiService_AuthnWithDidStartClient) SendMsg

func (m *MockAuthApiService_AuthnWithDidStartClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method.

func (*MockAuthApiService_AuthnWithDidStartClient) Trailer

Trailer mocks base method.

type MockAuthApiService_AuthnWithDidStartClientMockRecorder

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

MockAuthApiService_AuthnWithDidStartClientMockRecorder is the mock recorder for MockAuthApiService_AuthnWithDidStartClient.

func (*MockAuthApiService_AuthnWithDidStartClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockAuthApiService_AuthnWithDidStartClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockAuthApiService_AuthnWithDidStartClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockAuthApiService_AuthnWithDidStartClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockAuthApiService_AuthnWithDidStartClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockAuthApiService_AuthnWithDidStartClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockAuthApiService_AuthnWithDidStartClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

Jump to

Keyboard shortcuts

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