mock

package
v0.0.0-...-efb7c8a Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAccountsClient

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

MockAccountsClient is a mock of AccountsClient interface.

func NewMockAccountsClient

func NewMockAccountsClient(ctrl *gomock.Controller) *MockAccountsClient

NewMockAccountsClient creates a new mock instance.

func (*MockAccountsClient) CreateAccount

CreateAccount mocks base method.

func (*MockAccountsClient) DeleteAccount

DeleteAccount mocks base method.

func (*MockAccountsClient) EXPECT

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

func (*MockAccountsClient) GetAccount

GetAccount mocks base method.

func (*MockAccountsClient) UpdateAccount

UpdateAccount mocks base method.

type MockAccountsClientMockRecorder

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

MockAccountsClientMockRecorder is the mock recorder for MockAccountsClient.

func (*MockAccountsClientMockRecorder) CreateAccount

func (mr *MockAccountsClientMockRecorder) CreateAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateAccount indicates an expected call of CreateAccount.

func (*MockAccountsClientMockRecorder) DeleteAccount

func (mr *MockAccountsClientMockRecorder) DeleteAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteAccount indicates an expected call of DeleteAccount.

func (*MockAccountsClientMockRecorder) GetAccount

func (mr *MockAccountsClientMockRecorder) GetAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAccount indicates an expected call of GetAccount.

func (*MockAccountsClientMockRecorder) UpdateAccount

func (mr *MockAccountsClientMockRecorder) UpdateAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateAccount indicates an expected call of UpdateAccount.

type MockAccountsServer

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

MockAccountsServer is a mock of AccountsServer interface.

func NewMockAccountsServer

func NewMockAccountsServer(ctrl *gomock.Controller) *MockAccountsServer

NewMockAccountsServer creates a new mock instance.

func (*MockAccountsServer) CreateAccount

CreateAccount mocks base method.

func (*MockAccountsServer) DeleteAccount

DeleteAccount mocks base method.

func (*MockAccountsServer) EXPECT

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

func (*MockAccountsServer) GetAccount

GetAccount mocks base method.

func (*MockAccountsServer) UpdateAccount

UpdateAccount mocks base method.

type MockAccountsServerMockRecorder

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

MockAccountsServerMockRecorder is the mock recorder for MockAccountsServer.

func (*MockAccountsServerMockRecorder) CreateAccount

func (mr *MockAccountsServerMockRecorder) CreateAccount(arg0, arg1 interface{}) *gomock.Call

CreateAccount indicates an expected call of CreateAccount.

func (*MockAccountsServerMockRecorder) DeleteAccount

func (mr *MockAccountsServerMockRecorder) DeleteAccount(arg0, arg1 interface{}) *gomock.Call

DeleteAccount indicates an expected call of DeleteAccount.

func (*MockAccountsServerMockRecorder) GetAccount

func (mr *MockAccountsServerMockRecorder) GetAccount(arg0, arg1 interface{}) *gomock.Call

GetAccount indicates an expected call of GetAccount.

func (*MockAccountsServerMockRecorder) UpdateAccount

func (mr *MockAccountsServerMockRecorder) UpdateAccount(arg0, arg1 interface{}) *gomock.Call

UpdateAccount indicates an expected call of UpdateAccount.

type MockLoginClient

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

MockLoginClient is a mock of LoginClient interface.

func NewMockLoginClient

func NewMockLoginClient(ctrl *gomock.Controller) *MockLoginClient

NewMockLoginClient creates a new mock instance.

func (*MockLoginClient) EXPECT

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

func (*MockLoginClient) Login

Login mocks base method.

func (*MockLoginClient) RegisterAccount

RegisterAccount mocks base method.

type MockLoginClientMockRecorder

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

MockLoginClientMockRecorder is the mock recorder for MockLoginClient.

func (*MockLoginClientMockRecorder) Login

func (mr *MockLoginClientMockRecorder) Login(ctx, in interface{}, opts ...interface{}) *gomock.Call

Login indicates an expected call of Login.

func (*MockLoginClientMockRecorder) RegisterAccount

func (mr *MockLoginClientMockRecorder) RegisterAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call

RegisterAccount indicates an expected call of RegisterAccount.

type MockLoginServer

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

MockLoginServer is a mock of LoginServer interface.

func NewMockLoginServer

func NewMockLoginServer(ctrl *gomock.Controller) *MockLoginServer

NewMockLoginServer creates a new mock instance.

func (*MockLoginServer) EXPECT

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

func (*MockLoginServer) Login

Login mocks base method.

func (*MockLoginServer) RegisterAccount

RegisterAccount mocks base method.

type MockLoginServerMockRecorder

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

MockLoginServerMockRecorder is the mock recorder for MockLoginServer.

func (*MockLoginServerMockRecorder) Login

func (mr *MockLoginServerMockRecorder) Login(arg0, arg1 interface{}) *gomock.Call

Login indicates an expected call of Login.

func (*MockLoginServerMockRecorder) RegisterAccount

func (mr *MockLoginServerMockRecorder) RegisterAccount(arg0, arg1 interface{}) *gomock.Call

RegisterAccount indicates an expected call of RegisterAccount.

type MockSecretsClient

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

MockSecretsClient is a mock of SecretsClient interface.

func NewMockSecretsClient

func NewMockSecretsClient(ctrl *gomock.Controller) *MockSecretsClient

NewMockSecretsClient creates a new mock instance.

func (*MockSecretsClient) CreateSecret

CreateSecret mocks base method.

func (*MockSecretsClient) DeleteSecret

DeleteSecret mocks base method.

func (*MockSecretsClient) EXPECT

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

func (*MockSecretsClient) GetSecret

GetSecret mocks base method.

func (*MockSecretsClient) ListSecrets

ListSecrets mocks base method.

func (*MockSecretsClient) UpdateSecret

UpdateSecret mocks base method.

type MockSecretsClientMockRecorder

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

MockSecretsClientMockRecorder is the mock recorder for MockSecretsClient.

func (*MockSecretsClientMockRecorder) CreateSecret

func (mr *MockSecretsClientMockRecorder) CreateSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateSecret indicates an expected call of CreateSecret.

func (*MockSecretsClientMockRecorder) DeleteSecret

func (mr *MockSecretsClientMockRecorder) DeleteSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteSecret indicates an expected call of DeleteSecret.

func (*MockSecretsClientMockRecorder) GetSecret

func (mr *MockSecretsClientMockRecorder) GetSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetSecret indicates an expected call of GetSecret.

func (*MockSecretsClientMockRecorder) ListSecrets

func (mr *MockSecretsClientMockRecorder) ListSecrets(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListSecrets indicates an expected call of ListSecrets.

func (*MockSecretsClientMockRecorder) UpdateSecret

func (mr *MockSecretsClientMockRecorder) UpdateSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateSecret indicates an expected call of UpdateSecret.

type MockSecretsServer

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

MockSecretsServer is a mock of SecretsServer interface.

func NewMockSecretsServer

func NewMockSecretsServer(ctrl *gomock.Controller) *MockSecretsServer

NewMockSecretsServer creates a new mock instance.

func (*MockSecretsServer) CreateSecret

CreateSecret mocks base method.

func (*MockSecretsServer) DeleteSecret

DeleteSecret mocks base method.

func (*MockSecretsServer) EXPECT

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

func (*MockSecretsServer) GetSecret

GetSecret mocks base method.

func (*MockSecretsServer) ListSecrets

ListSecrets mocks base method.

func (*MockSecretsServer) UpdateSecret

UpdateSecret mocks base method.

type MockSecretsServerMockRecorder

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

MockSecretsServerMockRecorder is the mock recorder for MockSecretsServer.

func (*MockSecretsServerMockRecorder) CreateSecret

func (mr *MockSecretsServerMockRecorder) CreateSecret(arg0, arg1 interface{}) *gomock.Call

CreateSecret indicates an expected call of CreateSecret.

func (*MockSecretsServerMockRecorder) DeleteSecret

func (mr *MockSecretsServerMockRecorder) DeleteSecret(arg0, arg1 interface{}) *gomock.Call

DeleteSecret indicates an expected call of DeleteSecret.

func (*MockSecretsServerMockRecorder) GetSecret

func (mr *MockSecretsServerMockRecorder) GetSecret(arg0, arg1 interface{}) *gomock.Call

GetSecret indicates an expected call of GetSecret.

func (*MockSecretsServerMockRecorder) ListSecrets

func (mr *MockSecretsServerMockRecorder) ListSecrets(arg0, arg1 interface{}) *gomock.Call

ListSecrets indicates an expected call of ListSecrets.

func (*MockSecretsServerMockRecorder) UpdateSecret

func (mr *MockSecretsServerMockRecorder) UpdateSecret(arg0, arg1 interface{}) *gomock.Call

UpdateSecret indicates an expected call of UpdateSecret.

type MockSyncClient

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

MockSyncClient is a mock of SyncClient interface.

func NewMockSyncClient

func NewMockSyncClient(ctrl *gomock.Controller) *MockSyncClient

NewMockSyncClient creates a new mock instance.

func (*MockSyncClient) EXPECT

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

func (*MockSyncClient) Sync

Sync mocks base method.

func (*MockSyncClient) SyncCreated

SyncCreated mocks base method.

func (*MockSyncClient) SyncDeleted

SyncDeleted mocks base method.

func (*MockSyncClient) SyncUpdated

SyncUpdated mocks base method.

type MockSyncClientMockRecorder

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

MockSyncClientMockRecorder is the mock recorder for MockSyncClient.

func (*MockSyncClientMockRecorder) Sync

func (mr *MockSyncClientMockRecorder) Sync(ctx, in interface{}, opts ...interface{}) *gomock.Call

Sync indicates an expected call of Sync.

func (*MockSyncClientMockRecorder) SyncCreated

func (mr *MockSyncClientMockRecorder) SyncCreated(ctx interface{}, opts ...interface{}) *gomock.Call

SyncCreated indicates an expected call of SyncCreated.

func (*MockSyncClientMockRecorder) SyncDeleted

func (mr *MockSyncClientMockRecorder) SyncDeleted(ctx interface{}, opts ...interface{}) *gomock.Call

SyncDeleted indicates an expected call of SyncDeleted.

func (*MockSyncClientMockRecorder) SyncUpdated

func (mr *MockSyncClientMockRecorder) SyncUpdated(ctx interface{}, opts ...interface{}) *gomock.Call

SyncUpdated indicates an expected call of SyncUpdated.

type MockSyncServer

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

MockSyncServer is a mock of SyncServer interface.

func NewMockSyncServer

func NewMockSyncServer(ctrl *gomock.Controller) *MockSyncServer

NewMockSyncServer creates a new mock instance.

func (*MockSyncServer) EXPECT

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

func (*MockSyncServer) Sync

Sync mocks base method.

func (*MockSyncServer) SyncCreated

func (m *MockSyncServer) SyncCreated(arg0 proto.Sync_SyncCreatedServer) error

SyncCreated mocks base method.

func (*MockSyncServer) SyncDeleted

func (m *MockSyncServer) SyncDeleted(arg0 proto.Sync_SyncDeletedServer) error

SyncDeleted mocks base method.

func (*MockSyncServer) SyncUpdated

func (m *MockSyncServer) SyncUpdated(arg0 proto.Sync_SyncUpdatedServer) error

SyncUpdated mocks base method.

type MockSyncServerMockRecorder

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

MockSyncServerMockRecorder is the mock recorder for MockSyncServer.

func (*MockSyncServerMockRecorder) Sync

func (mr *MockSyncServerMockRecorder) Sync(arg0, arg1 interface{}) *gomock.Call

Sync indicates an expected call of Sync.

func (*MockSyncServerMockRecorder) SyncCreated

func (mr *MockSyncServerMockRecorder) SyncCreated(arg0 interface{}) *gomock.Call

SyncCreated indicates an expected call of SyncCreated.

func (*MockSyncServerMockRecorder) SyncDeleted

func (mr *MockSyncServerMockRecorder) SyncDeleted(arg0 interface{}) *gomock.Call

SyncDeleted indicates an expected call of SyncDeleted.

func (*MockSyncServerMockRecorder) SyncUpdated

func (mr *MockSyncServerMockRecorder) SyncUpdated(arg0 interface{}) *gomock.Call

SyncUpdated indicates an expected call of SyncUpdated.

type MockSync_SyncClient

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

MockSync_SyncClient is a mock of Sync_SyncClient interface.

func NewMockSync_SyncClient

func NewMockSync_SyncClient(ctrl *gomock.Controller) *MockSync_SyncClient

NewMockSync_SyncClient creates a new mock instance.

func (*MockSync_SyncClient) CloseSend

func (m *MockSync_SyncClient) CloseSend() error

CloseSend mocks base method.

func (*MockSync_SyncClient) Context

func (m *MockSync_SyncClient) Context() context.Context

Context mocks base method.

func (*MockSync_SyncClient) EXPECT

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

func (*MockSync_SyncClient) Header

func (m *MockSync_SyncClient) Header() (metadata.MD, error)

Header mocks base method.

func (*MockSync_SyncClient) Recv

Recv mocks base method.

func (*MockSync_SyncClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncClient) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncClient) Trailer

func (m *MockSync_SyncClient) Trailer() metadata.MD

Trailer mocks base method.

type MockSync_SyncClientMockRecorder

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

MockSync_SyncClientMockRecorder is the mock recorder for MockSync_SyncClient.

func (*MockSync_SyncClientMockRecorder) CloseSend

func (mr *MockSync_SyncClientMockRecorder) CloseSend() *gomock.Call

CloseSend indicates an expected call of CloseSend.

func (*MockSync_SyncClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockSync_SyncClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockSync_SyncClientMockRecorder) RecvMsg

func (mr *MockSync_SyncClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncClientMockRecorder) SendMsg

func (mr *MockSync_SyncClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockSync_SyncCreatedClient

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

MockSync_SyncCreatedClient is a mock of Sync_SyncCreatedClient interface.

func NewMockSync_SyncCreatedClient

func NewMockSync_SyncCreatedClient(ctrl *gomock.Controller) *MockSync_SyncCreatedClient

NewMockSync_SyncCreatedClient creates a new mock instance.

func (*MockSync_SyncCreatedClient) CloseAndRecv

func (m *MockSync_SyncCreatedClient) CloseAndRecv() (*proto.SyncResponse, error)

CloseAndRecv mocks base method.

func (*MockSync_SyncCreatedClient) CloseSend

func (m *MockSync_SyncCreatedClient) CloseSend() error

CloseSend mocks base method.

func (*MockSync_SyncCreatedClient) Context

Context mocks base method.

func (*MockSync_SyncCreatedClient) EXPECT

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

func (*MockSync_SyncCreatedClient) Header

Header mocks base method.

func (*MockSync_SyncCreatedClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncCreatedClient) Send

Send mocks base method.

func (*MockSync_SyncCreatedClient) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncCreatedClient) Trailer

func (m *MockSync_SyncCreatedClient) Trailer() metadata.MD

Trailer mocks base method.

type MockSync_SyncCreatedClientMockRecorder

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

MockSync_SyncCreatedClientMockRecorder is the mock recorder for MockSync_SyncCreatedClient.

func (*MockSync_SyncCreatedClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockSync_SyncCreatedClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockSync_SyncCreatedClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncCreatedClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockSync_SyncCreatedClientMockRecorder) RecvMsg

func (mr *MockSync_SyncCreatedClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncCreatedClientMockRecorder) Send

func (mr *MockSync_SyncCreatedClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockSync_SyncCreatedClientMockRecorder) SendMsg

func (mr *MockSync_SyncCreatedClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncCreatedClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockSync_SyncCreatedServer

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

MockSync_SyncCreatedServer is a mock of Sync_SyncCreatedServer interface.

func NewMockSync_SyncCreatedServer

func NewMockSync_SyncCreatedServer(ctrl *gomock.Controller) *MockSync_SyncCreatedServer

NewMockSync_SyncCreatedServer creates a new mock instance.

func (*MockSync_SyncCreatedServer) Context

Context mocks base method.

func (*MockSync_SyncCreatedServer) EXPECT

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

func (*MockSync_SyncCreatedServer) Recv

Recv mocks base method.

func (*MockSync_SyncCreatedServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncCreatedServer) SendAndClose

func (m *MockSync_SyncCreatedServer) SendAndClose(arg0 *proto.SyncResponse) error

SendAndClose mocks base method.

func (*MockSync_SyncCreatedServer) SendHeader

func (m *MockSync_SyncCreatedServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockSync_SyncCreatedServer) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncCreatedServer) SetHeader

func (m *MockSync_SyncCreatedServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockSync_SyncCreatedServer) SetTrailer

func (m *MockSync_SyncCreatedServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockSync_SyncCreatedServerMockRecorder

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

MockSync_SyncCreatedServerMockRecorder is the mock recorder for MockSync_SyncCreatedServer.

func (*MockSync_SyncCreatedServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncCreatedServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockSync_SyncCreatedServerMockRecorder) RecvMsg

func (mr *MockSync_SyncCreatedServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncCreatedServerMockRecorder) SendAndClose

func (mr *MockSync_SyncCreatedServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call

SendAndClose indicates an expected call of SendAndClose.

func (*MockSync_SyncCreatedServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockSync_SyncCreatedServerMockRecorder) SendMsg

func (mr *MockSync_SyncCreatedServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncCreatedServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockSync_SyncCreatedServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockSync_SyncDeletedClient

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

MockSync_SyncDeletedClient is a mock of Sync_SyncDeletedClient interface.

func NewMockSync_SyncDeletedClient

func NewMockSync_SyncDeletedClient(ctrl *gomock.Controller) *MockSync_SyncDeletedClient

NewMockSync_SyncDeletedClient creates a new mock instance.

func (*MockSync_SyncDeletedClient) CloseAndRecv

func (m *MockSync_SyncDeletedClient) CloseAndRecv() (*proto.SyncResponse, error)

CloseAndRecv mocks base method.

func (*MockSync_SyncDeletedClient) CloseSend

func (m *MockSync_SyncDeletedClient) CloseSend() error

CloseSend mocks base method.

func (*MockSync_SyncDeletedClient) Context

Context mocks base method.

func (*MockSync_SyncDeletedClient) EXPECT

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

func (*MockSync_SyncDeletedClient) Header

Header mocks base method.

func (*MockSync_SyncDeletedClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncDeletedClient) Send

Send mocks base method.

func (*MockSync_SyncDeletedClient) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncDeletedClient) Trailer

func (m *MockSync_SyncDeletedClient) Trailer() metadata.MD

Trailer mocks base method.

type MockSync_SyncDeletedClientMockRecorder

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

MockSync_SyncDeletedClientMockRecorder is the mock recorder for MockSync_SyncDeletedClient.

func (*MockSync_SyncDeletedClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockSync_SyncDeletedClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockSync_SyncDeletedClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncDeletedClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockSync_SyncDeletedClientMockRecorder) RecvMsg

func (mr *MockSync_SyncDeletedClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncDeletedClientMockRecorder) Send

func (mr *MockSync_SyncDeletedClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockSync_SyncDeletedClientMockRecorder) SendMsg

func (mr *MockSync_SyncDeletedClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncDeletedClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockSync_SyncDeletedServer

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

MockSync_SyncDeletedServer is a mock of Sync_SyncDeletedServer interface.

func NewMockSync_SyncDeletedServer

func NewMockSync_SyncDeletedServer(ctrl *gomock.Controller) *MockSync_SyncDeletedServer

NewMockSync_SyncDeletedServer creates a new mock instance.

func (*MockSync_SyncDeletedServer) Context

Context mocks base method.

func (*MockSync_SyncDeletedServer) EXPECT

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

func (*MockSync_SyncDeletedServer) Recv

Recv mocks base method.

func (*MockSync_SyncDeletedServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncDeletedServer) SendAndClose

func (m *MockSync_SyncDeletedServer) SendAndClose(arg0 *proto.SyncResponse) error

SendAndClose mocks base method.

func (*MockSync_SyncDeletedServer) SendHeader

func (m *MockSync_SyncDeletedServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockSync_SyncDeletedServer) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncDeletedServer) SetHeader

func (m *MockSync_SyncDeletedServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockSync_SyncDeletedServer) SetTrailer

func (m *MockSync_SyncDeletedServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockSync_SyncDeletedServerMockRecorder

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

MockSync_SyncDeletedServerMockRecorder is the mock recorder for MockSync_SyncDeletedServer.

func (*MockSync_SyncDeletedServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncDeletedServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockSync_SyncDeletedServerMockRecorder) RecvMsg

func (mr *MockSync_SyncDeletedServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncDeletedServerMockRecorder) SendAndClose

func (mr *MockSync_SyncDeletedServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call

SendAndClose indicates an expected call of SendAndClose.

func (*MockSync_SyncDeletedServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockSync_SyncDeletedServerMockRecorder) SendMsg

func (mr *MockSync_SyncDeletedServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncDeletedServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockSync_SyncDeletedServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockSync_SyncServer

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

MockSync_SyncServer is a mock of Sync_SyncServer interface.

func NewMockSync_SyncServer

func NewMockSync_SyncServer(ctrl *gomock.Controller) *MockSync_SyncServer

NewMockSync_SyncServer creates a new mock instance.

func (*MockSync_SyncServer) Context

func (m *MockSync_SyncServer) Context() context.Context

Context mocks base method.

func (*MockSync_SyncServer) EXPECT

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

func (*MockSync_SyncServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncServer) Send

Send mocks base method.

func (*MockSync_SyncServer) SendHeader

func (m *MockSync_SyncServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockSync_SyncServer) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncServer) SetHeader

func (m *MockSync_SyncServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockSync_SyncServer) SetTrailer

func (m *MockSync_SyncServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockSync_SyncServerMockRecorder

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

MockSync_SyncServerMockRecorder is the mock recorder for MockSync_SyncServer.

func (*MockSync_SyncServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncServerMockRecorder) RecvMsg

func (mr *MockSync_SyncServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncServerMockRecorder) Send

func (mr *MockSync_SyncServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockSync_SyncServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockSync_SyncServerMockRecorder) SendMsg

func (mr *MockSync_SyncServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockSync_SyncServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockSync_SyncUpdatedClient

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

MockSync_SyncUpdatedClient is a mock of Sync_SyncUpdatedClient interface.

func NewMockSync_SyncUpdatedClient

func NewMockSync_SyncUpdatedClient(ctrl *gomock.Controller) *MockSync_SyncUpdatedClient

NewMockSync_SyncUpdatedClient creates a new mock instance.

func (*MockSync_SyncUpdatedClient) CloseAndRecv

func (m *MockSync_SyncUpdatedClient) CloseAndRecv() (*proto.SyncResponse, error)

CloseAndRecv mocks base method.

func (*MockSync_SyncUpdatedClient) CloseSend

func (m *MockSync_SyncUpdatedClient) CloseSend() error

CloseSend mocks base method.

func (*MockSync_SyncUpdatedClient) Context

Context mocks base method.

func (*MockSync_SyncUpdatedClient) EXPECT

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

func (*MockSync_SyncUpdatedClient) Header

Header mocks base method.

func (*MockSync_SyncUpdatedClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncUpdatedClient) Send

Send mocks base method.

func (*MockSync_SyncUpdatedClient) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncUpdatedClient) Trailer

func (m *MockSync_SyncUpdatedClient) Trailer() metadata.MD

Trailer mocks base method.

type MockSync_SyncUpdatedClientMockRecorder

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

MockSync_SyncUpdatedClientMockRecorder is the mock recorder for MockSync_SyncUpdatedClient.

func (*MockSync_SyncUpdatedClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockSync_SyncUpdatedClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockSync_SyncUpdatedClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncUpdatedClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockSync_SyncUpdatedClientMockRecorder) RecvMsg

func (mr *MockSync_SyncUpdatedClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncUpdatedClientMockRecorder) Send

func (mr *MockSync_SyncUpdatedClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockSync_SyncUpdatedClientMockRecorder) SendMsg

func (mr *MockSync_SyncUpdatedClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncUpdatedClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockSync_SyncUpdatedServer

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

MockSync_SyncUpdatedServer is a mock of Sync_SyncUpdatedServer interface.

func NewMockSync_SyncUpdatedServer

func NewMockSync_SyncUpdatedServer(ctrl *gomock.Controller) *MockSync_SyncUpdatedServer

NewMockSync_SyncUpdatedServer creates a new mock instance.

func (*MockSync_SyncUpdatedServer) Context

Context mocks base method.

func (*MockSync_SyncUpdatedServer) EXPECT

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

func (*MockSync_SyncUpdatedServer) Recv

Recv mocks base method.

func (*MockSync_SyncUpdatedServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockSync_SyncUpdatedServer) SendAndClose

func (m *MockSync_SyncUpdatedServer) SendAndClose(arg0 *proto.SyncResponse) error

SendAndClose mocks base method.

func (*MockSync_SyncUpdatedServer) SendHeader

func (m *MockSync_SyncUpdatedServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockSync_SyncUpdatedServer) SendMsg

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

SendMsg mocks base method.

func (*MockSync_SyncUpdatedServer) SetHeader

func (m *MockSync_SyncUpdatedServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockSync_SyncUpdatedServer) SetTrailer

func (m *MockSync_SyncUpdatedServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockSync_SyncUpdatedServerMockRecorder

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

MockSync_SyncUpdatedServerMockRecorder is the mock recorder for MockSync_SyncUpdatedServer.

func (*MockSync_SyncUpdatedServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockSync_SyncUpdatedServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockSync_SyncUpdatedServerMockRecorder) RecvMsg

func (mr *MockSync_SyncUpdatedServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockSync_SyncUpdatedServerMockRecorder) SendAndClose

func (mr *MockSync_SyncUpdatedServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call

SendAndClose indicates an expected call of SendAndClose.

func (*MockSync_SyncUpdatedServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockSync_SyncUpdatedServerMockRecorder) SendMsg

func (mr *MockSync_SyncUpdatedServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockSync_SyncUpdatedServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockSync_SyncUpdatedServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

type MockUnsafeAccountsServer

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

MockUnsafeAccountsServer is a mock of UnsafeAccountsServer interface.

func NewMockUnsafeAccountsServer

func NewMockUnsafeAccountsServer(ctrl *gomock.Controller) *MockUnsafeAccountsServer

NewMockUnsafeAccountsServer creates a new mock instance.

func (*MockUnsafeAccountsServer) EXPECT

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

type MockUnsafeAccountsServerMockRecorder

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

MockUnsafeAccountsServerMockRecorder is the mock recorder for MockUnsafeAccountsServer.

type MockUnsafeLoginServer

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

MockUnsafeLoginServer is a mock of UnsafeLoginServer interface.

func NewMockUnsafeLoginServer

func NewMockUnsafeLoginServer(ctrl *gomock.Controller) *MockUnsafeLoginServer

NewMockUnsafeLoginServer creates a new mock instance.

func (*MockUnsafeLoginServer) EXPECT

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

type MockUnsafeLoginServerMockRecorder

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

MockUnsafeLoginServerMockRecorder is the mock recorder for MockUnsafeLoginServer.

type MockUnsafeSecretsServer

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

MockUnsafeSecretsServer is a mock of UnsafeSecretsServer interface.

func NewMockUnsafeSecretsServer

func NewMockUnsafeSecretsServer(ctrl *gomock.Controller) *MockUnsafeSecretsServer

NewMockUnsafeSecretsServer creates a new mock instance.

func (*MockUnsafeSecretsServer) EXPECT

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

type MockUnsafeSecretsServerMockRecorder

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

MockUnsafeSecretsServerMockRecorder is the mock recorder for MockUnsafeSecretsServer.

type MockUnsafeSyncServer

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

MockUnsafeSyncServer is a mock of UnsafeSyncServer interface.

func NewMockUnsafeSyncServer

func NewMockUnsafeSyncServer(ctrl *gomock.Controller) *MockUnsafeSyncServer

NewMockUnsafeSyncServer creates a new mock instance.

func (*MockUnsafeSyncServer) EXPECT

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

type MockUnsafeSyncServerMockRecorder

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

MockUnsafeSyncServerMockRecorder is the mock recorder for MockUnsafeSyncServer.

Jump to

Keyboard shortcuts

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