Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockAccountsClient
- func (m *MockAccountsClient) CreateAccount(ctx context.Context, in *proto.CreateAccountRequest, opts ...grpc.CallOption) (*proto.CreateAccountResponse, error)
- func (m *MockAccountsClient) DeleteAccount(ctx context.Context, in *proto.DeleteAccountRequest, opts ...grpc.CallOption) (*proto.DeleteAccountResponse, error)
- func (m *MockAccountsClient) EXPECT() *MockAccountsClientMockRecorder
- func (m *MockAccountsClient) GetAccount(ctx context.Context, in *proto.GetAccountRequest, opts ...grpc.CallOption) (*proto.GetAccountResponse, error)
- func (m *MockAccountsClient) UpdateAccount(ctx context.Context, in *proto.UpdateAccountRequest, opts ...grpc.CallOption) (*proto.UpdateAccountResponse, error)
- type MockAccountsClientMockRecorder
- func (mr *MockAccountsClientMockRecorder) CreateAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) DeleteAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) GetAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAccountsClientMockRecorder) UpdateAccount(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockAccountsServer
- func (m *MockAccountsServer) CreateAccount(arg0 context.Context, arg1 *proto.CreateAccountRequest) (*proto.CreateAccountResponse, error)
- func (m *MockAccountsServer) DeleteAccount(arg0 context.Context, arg1 *proto.DeleteAccountRequest) (*proto.DeleteAccountResponse, error)
- func (m *MockAccountsServer) EXPECT() *MockAccountsServerMockRecorder
- func (m *MockAccountsServer) GetAccount(arg0 context.Context, arg1 *proto.GetAccountRequest) (*proto.GetAccountResponse, error)
- func (m *MockAccountsServer) UpdateAccount(arg0 context.Context, arg1 *proto.UpdateAccountRequest) (*proto.UpdateAccountResponse, error)
- type MockAccountsServerMockRecorder
- func (mr *MockAccountsServerMockRecorder) CreateAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountsServerMockRecorder) DeleteAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountsServerMockRecorder) GetAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountsServerMockRecorder) UpdateAccount(arg0, arg1 interface{}) *gomock.Call
- type MockLoginClient
- func (m *MockLoginClient) EXPECT() *MockLoginClientMockRecorder
- func (m *MockLoginClient) Login(ctx context.Context, in *proto.LoginRequest, opts ...grpc.CallOption) (*proto.LoginResponse, error)
- func (m *MockLoginClient) RegisterAccount(ctx context.Context, in *proto.RegisterAccountRequest, opts ...grpc.CallOption) (*proto.RegisterAccountResponse, error)
- type MockLoginClientMockRecorder
- type MockLoginServer
- func (m *MockLoginServer) EXPECT() *MockLoginServerMockRecorder
- func (m *MockLoginServer) Login(arg0 context.Context, arg1 *proto.LoginRequest) (*proto.LoginResponse, error)
- func (m *MockLoginServer) RegisterAccount(arg0 context.Context, arg1 *proto.RegisterAccountRequest) (*proto.RegisterAccountResponse, error)
- type MockLoginServerMockRecorder
- type MockSecretsClient
- func (m *MockSecretsClient) CreateSecret(ctx context.Context, in *proto.CreateSecretRequest, opts ...grpc.CallOption) (*proto.CreateSecretResponse, error)
- func (m *MockSecretsClient) DeleteSecret(ctx context.Context, in *proto.DeleteSecretRequest, opts ...grpc.CallOption) (*proto.DeleteSecretResponse, error)
- func (m *MockSecretsClient) EXPECT() *MockSecretsClientMockRecorder
- func (m *MockSecretsClient) GetSecret(ctx context.Context, in *proto.GetSecretRequest, opts ...grpc.CallOption) (*proto.GetSecretResponse, error)
- func (m *MockSecretsClient) ListSecrets(ctx context.Context, in *proto.ListSecretsRequest, opts ...grpc.CallOption) (*proto.ListSecretsResponse, error)
- func (m *MockSecretsClient) UpdateSecret(ctx context.Context, in *proto.UpdateSecretRequest, opts ...grpc.CallOption) (*proto.UpdateSecretResponse, error)
- type MockSecretsClientMockRecorder
- func (mr *MockSecretsClientMockRecorder) CreateSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSecretsClientMockRecorder) DeleteSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSecretsClientMockRecorder) GetSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSecretsClientMockRecorder) ListSecrets(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSecretsClientMockRecorder) UpdateSecret(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockSecretsServer
- func (m *MockSecretsServer) CreateSecret(arg0 context.Context, arg1 *proto.CreateSecretRequest) (*proto.CreateSecretResponse, error)
- func (m *MockSecretsServer) DeleteSecret(arg0 context.Context, arg1 *proto.DeleteSecretRequest) (*proto.DeleteSecretResponse, error)
- func (m *MockSecretsServer) EXPECT() *MockSecretsServerMockRecorder
- func (m *MockSecretsServer) GetSecret(arg0 context.Context, arg1 *proto.GetSecretRequest) (*proto.GetSecretResponse, error)
- func (m *MockSecretsServer) ListSecrets(arg0 context.Context, arg1 *proto.ListSecretsRequest) (*proto.ListSecretsResponse, error)
- func (m *MockSecretsServer) UpdateSecret(arg0 context.Context, arg1 *proto.UpdateSecretRequest) (*proto.UpdateSecretResponse, error)
- type MockSecretsServerMockRecorder
- func (mr *MockSecretsServerMockRecorder) CreateSecret(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretsServerMockRecorder) DeleteSecret(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretsServerMockRecorder) GetSecret(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretsServerMockRecorder) ListSecrets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretsServerMockRecorder) UpdateSecret(arg0, arg1 interface{}) *gomock.Call
- type MockSyncClient
- func (m *MockSyncClient) EXPECT() *MockSyncClientMockRecorder
- func (m *MockSyncClient) Sync(ctx context.Context, in *proto.SyncRequest, opts ...grpc.CallOption) (proto.Sync_SyncClient, error)
- func (m *MockSyncClient) SyncCreated(ctx context.Context, opts ...grpc.CallOption) (proto.Sync_SyncCreatedClient, error)
- func (m *MockSyncClient) SyncDeleted(ctx context.Context, opts ...grpc.CallOption) (proto.Sync_SyncDeletedClient, error)
- func (m *MockSyncClient) SyncUpdated(ctx context.Context, opts ...grpc.CallOption) (proto.Sync_SyncUpdatedClient, error)
- type MockSyncClientMockRecorder
- func (mr *MockSyncClientMockRecorder) Sync(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSyncClientMockRecorder) SyncCreated(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSyncClientMockRecorder) SyncDeleted(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockSyncClientMockRecorder) SyncUpdated(ctx interface{}, opts ...interface{}) *gomock.Call
- type MockSyncServer
- func (m *MockSyncServer) EXPECT() *MockSyncServerMockRecorder
- func (m *MockSyncServer) Sync(arg0 *proto.SyncRequest, arg1 proto.Sync_SyncServer) error
- func (m *MockSyncServer) SyncCreated(arg0 proto.Sync_SyncCreatedServer) error
- func (m *MockSyncServer) SyncDeleted(arg0 proto.Sync_SyncDeletedServer) error
- func (m *MockSyncServer) SyncUpdated(arg0 proto.Sync_SyncUpdatedServer) error
- type MockSyncServerMockRecorder
- func (mr *MockSyncServerMockRecorder) Sync(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyncServerMockRecorder) SyncCreated(arg0 interface{}) *gomock.Call
- func (mr *MockSyncServerMockRecorder) SyncDeleted(arg0 interface{}) *gomock.Call
- func (mr *MockSyncServerMockRecorder) SyncUpdated(arg0 interface{}) *gomock.Call
- type MockSync_SyncClient
- func (m *MockSync_SyncClient) CloseSend() error
- func (m *MockSync_SyncClient) Context() context.Context
- func (m *MockSync_SyncClient) EXPECT() *MockSync_SyncClientMockRecorder
- func (m *MockSync_SyncClient) Header() (metadata.MD, error)
- func (m *MockSync_SyncClient) Recv() (*proto.SyncResponse, error)
- func (m_2 *MockSync_SyncClient) RecvMsg(m interface{}) error
- func (m_2 *MockSync_SyncClient) SendMsg(m interface{}) error
- func (m *MockSync_SyncClient) Trailer() metadata.MD
- type MockSync_SyncClientMockRecorder
- func (mr *MockSync_SyncClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockSync_SyncClientMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncClientMockRecorder) Header() *gomock.Call
- func (mr *MockSync_SyncClientMockRecorder) Recv() *gomock.Call
- func (mr *MockSync_SyncClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncClientMockRecorder) Trailer() *gomock.Call
- type MockSync_SyncCreatedClient
- func (m *MockSync_SyncCreatedClient) CloseAndRecv() (*proto.SyncResponse, error)
- func (m *MockSync_SyncCreatedClient) CloseSend() error
- func (m *MockSync_SyncCreatedClient) Context() context.Context
- func (m *MockSync_SyncCreatedClient) EXPECT() *MockSync_SyncCreatedClientMockRecorder
- func (m *MockSync_SyncCreatedClient) Header() (metadata.MD, error)
- func (m_2 *MockSync_SyncCreatedClient) RecvMsg(m interface{}) error
- func (m *MockSync_SyncCreatedClient) Send(arg0 *proto.SyncRequest) error
- func (m_2 *MockSync_SyncCreatedClient) SendMsg(m interface{}) error
- func (m *MockSync_SyncCreatedClient) Trailer() metadata.MD
- type MockSync_SyncCreatedClientMockRecorder
- func (mr *MockSync_SyncCreatedClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockSync_SyncCreatedClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockSync_SyncCreatedClientMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncCreatedClientMockRecorder) Header() *gomock.Call
- func (mr *MockSync_SyncCreatedClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedClientMockRecorder) Trailer() *gomock.Call
- type MockSync_SyncCreatedServer
- func (m *MockSync_SyncCreatedServer) Context() context.Context
- func (m *MockSync_SyncCreatedServer) EXPECT() *MockSync_SyncCreatedServerMockRecorder
- func (m *MockSync_SyncCreatedServer) Recv() (*proto.SyncRequest, error)
- func (m_2 *MockSync_SyncCreatedServer) RecvMsg(m interface{}) error
- func (m *MockSync_SyncCreatedServer) SendAndClose(arg0 *proto.SyncResponse) error
- func (m *MockSync_SyncCreatedServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockSync_SyncCreatedServer) SendMsg(m interface{}) error
- func (m *MockSync_SyncCreatedServer) SetHeader(arg0 metadata.MD) error
- func (m *MockSync_SyncCreatedServer) SetTrailer(arg0 metadata.MD)
- type MockSync_SyncCreatedServerMockRecorder
- func (mr *MockSync_SyncCreatedServerMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncCreatedServerMockRecorder) Recv() *gomock.Call
- func (mr *MockSync_SyncCreatedServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncCreatedServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockSync_SyncDeletedClient
- func (m *MockSync_SyncDeletedClient) CloseAndRecv() (*proto.SyncResponse, error)
- func (m *MockSync_SyncDeletedClient) CloseSend() error
- func (m *MockSync_SyncDeletedClient) Context() context.Context
- func (m *MockSync_SyncDeletedClient) EXPECT() *MockSync_SyncDeletedClientMockRecorder
- func (m *MockSync_SyncDeletedClient) Header() (metadata.MD, error)
- func (m_2 *MockSync_SyncDeletedClient) RecvMsg(m interface{}) error
- func (m *MockSync_SyncDeletedClient) Send(arg0 *proto.SyncRequest) error
- func (m_2 *MockSync_SyncDeletedClient) SendMsg(m interface{}) error
- func (m *MockSync_SyncDeletedClient) Trailer() metadata.MD
- type MockSync_SyncDeletedClientMockRecorder
- func (mr *MockSync_SyncDeletedClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockSync_SyncDeletedClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockSync_SyncDeletedClientMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncDeletedClientMockRecorder) Header() *gomock.Call
- func (mr *MockSync_SyncDeletedClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedClientMockRecorder) Trailer() *gomock.Call
- type MockSync_SyncDeletedServer
- func (m *MockSync_SyncDeletedServer) Context() context.Context
- func (m *MockSync_SyncDeletedServer) EXPECT() *MockSync_SyncDeletedServerMockRecorder
- func (m *MockSync_SyncDeletedServer) Recv() (*proto.SyncRequest, error)
- func (m_2 *MockSync_SyncDeletedServer) RecvMsg(m interface{}) error
- func (m *MockSync_SyncDeletedServer) SendAndClose(arg0 *proto.SyncResponse) error
- func (m *MockSync_SyncDeletedServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockSync_SyncDeletedServer) SendMsg(m interface{}) error
- func (m *MockSync_SyncDeletedServer) SetHeader(arg0 metadata.MD) error
- func (m *MockSync_SyncDeletedServer) SetTrailer(arg0 metadata.MD)
- type MockSync_SyncDeletedServerMockRecorder
- func (mr *MockSync_SyncDeletedServerMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncDeletedServerMockRecorder) Recv() *gomock.Call
- func (mr *MockSync_SyncDeletedServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncDeletedServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockSync_SyncServer
- func (m *MockSync_SyncServer) Context() context.Context
- func (m *MockSync_SyncServer) EXPECT() *MockSync_SyncServerMockRecorder
- func (m_2 *MockSync_SyncServer) RecvMsg(m interface{}) error
- func (m *MockSync_SyncServer) Send(arg0 *proto.SyncResponse) error
- func (m *MockSync_SyncServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockSync_SyncServer) SendMsg(m interface{}) error
- func (m *MockSync_SyncServer) SetHeader(arg0 metadata.MD) error
- func (m *MockSync_SyncServer) SetTrailer(arg0 metadata.MD)
- type MockSync_SyncServerMockRecorder
- func (mr *MockSync_SyncServerMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockSync_SyncUpdatedClient
- func (m *MockSync_SyncUpdatedClient) CloseAndRecv() (*proto.SyncResponse, error)
- func (m *MockSync_SyncUpdatedClient) CloseSend() error
- func (m *MockSync_SyncUpdatedClient) Context() context.Context
- func (m *MockSync_SyncUpdatedClient) EXPECT() *MockSync_SyncUpdatedClientMockRecorder
- func (m *MockSync_SyncUpdatedClient) Header() (metadata.MD, error)
- func (m_2 *MockSync_SyncUpdatedClient) RecvMsg(m interface{}) error
- func (m *MockSync_SyncUpdatedClient) Send(arg0 *proto.SyncRequest) error
- func (m_2 *MockSync_SyncUpdatedClient) SendMsg(m interface{}) error
- func (m *MockSync_SyncUpdatedClient) Trailer() metadata.MD
- type MockSync_SyncUpdatedClientMockRecorder
- func (mr *MockSync_SyncUpdatedClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockSync_SyncUpdatedClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockSync_SyncUpdatedClientMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncUpdatedClientMockRecorder) Header() *gomock.Call
- func (mr *MockSync_SyncUpdatedClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedClientMockRecorder) Trailer() *gomock.Call
- type MockSync_SyncUpdatedServer
- func (m *MockSync_SyncUpdatedServer) Context() context.Context
- func (m *MockSync_SyncUpdatedServer) EXPECT() *MockSync_SyncUpdatedServerMockRecorder
- func (m *MockSync_SyncUpdatedServer) Recv() (*proto.SyncRequest, error)
- func (m_2 *MockSync_SyncUpdatedServer) RecvMsg(m interface{}) error
- func (m *MockSync_SyncUpdatedServer) SendAndClose(arg0 *proto.SyncResponse) error
- func (m *MockSync_SyncUpdatedServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockSync_SyncUpdatedServer) SendMsg(m interface{}) error
- func (m *MockSync_SyncUpdatedServer) SetHeader(arg0 metadata.MD) error
- func (m *MockSync_SyncUpdatedServer) SetTrailer(arg0 metadata.MD)
- type MockSync_SyncUpdatedServerMockRecorder
- func (mr *MockSync_SyncUpdatedServerMockRecorder) Context() *gomock.Call
- func (mr *MockSync_SyncUpdatedServerMockRecorder) Recv() *gomock.Call
- func (mr *MockSync_SyncUpdatedServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockSync_SyncUpdatedServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockUnsafeAccountsServer
- type MockUnsafeAccountsServerMockRecorder
- type MockUnsafeLoginServer
- type MockUnsafeLoginServerMockRecorder
- type MockUnsafeSecretsServer
- type MockUnsafeSecretsServerMockRecorder
- type MockUnsafeSyncServer
- type MockUnsafeSyncServerMockRecorder
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 ¶
func (m *MockAccountsClient) CreateAccount(ctx context.Context, in *proto.CreateAccountRequest, opts ...grpc.CallOption) (*proto.CreateAccountResponse, error)
CreateAccount mocks base method.
func (*MockAccountsClient) DeleteAccount ¶
func (m *MockAccountsClient) DeleteAccount(ctx context.Context, in *proto.DeleteAccountRequest, opts ...grpc.CallOption) (*proto.DeleteAccountResponse, error)
DeleteAccount mocks base method.
func (*MockAccountsClient) EXPECT ¶
func (m *MockAccountsClient) EXPECT() *MockAccountsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAccountsClient) GetAccount ¶
func (m *MockAccountsClient) GetAccount(ctx context.Context, in *proto.GetAccountRequest, opts ...grpc.CallOption) (*proto.GetAccountResponse, error)
GetAccount mocks base method.
func (*MockAccountsClient) UpdateAccount ¶
func (m *MockAccountsClient) UpdateAccount(ctx context.Context, in *proto.UpdateAccountRequest, opts ...grpc.CallOption) (*proto.UpdateAccountResponse, error)
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 ¶
func (m *MockAccountsServer) CreateAccount(arg0 context.Context, arg1 *proto.CreateAccountRequest) (*proto.CreateAccountResponse, error)
CreateAccount mocks base method.
func (*MockAccountsServer) DeleteAccount ¶
func (m *MockAccountsServer) DeleteAccount(arg0 context.Context, arg1 *proto.DeleteAccountRequest) (*proto.DeleteAccountResponse, error)
DeleteAccount mocks base method.
func (*MockAccountsServer) EXPECT ¶
func (m *MockAccountsServer) EXPECT() *MockAccountsServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAccountsServer) GetAccount ¶
func (m *MockAccountsServer) GetAccount(arg0 context.Context, arg1 *proto.GetAccountRequest) (*proto.GetAccountResponse, error)
GetAccount mocks base method.
func (*MockAccountsServer) UpdateAccount ¶
func (m *MockAccountsServer) UpdateAccount(arg0 context.Context, arg1 *proto.UpdateAccountRequest) (*proto.UpdateAccountResponse, error)
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 ¶
func (m *MockLoginClient) EXPECT() *MockLoginClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLoginClient) Login ¶
func (m *MockLoginClient) Login(ctx context.Context, in *proto.LoginRequest, opts ...grpc.CallOption) (*proto.LoginResponse, error)
Login mocks base method.
func (*MockLoginClient) RegisterAccount ¶
func (m *MockLoginClient) RegisterAccount(ctx context.Context, in *proto.RegisterAccountRequest, opts ...grpc.CallOption) (*proto.RegisterAccountResponse, error)
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 ¶
func (m *MockLoginServer) EXPECT() *MockLoginServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLoginServer) Login ¶
func (m *MockLoginServer) Login(arg0 context.Context, arg1 *proto.LoginRequest) (*proto.LoginResponse, error)
Login mocks base method.
func (*MockLoginServer) RegisterAccount ¶
func (m *MockLoginServer) RegisterAccount(arg0 context.Context, arg1 *proto.RegisterAccountRequest) (*proto.RegisterAccountResponse, error)
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 ¶
func (m *MockSecretsClient) CreateSecret(ctx context.Context, in *proto.CreateSecretRequest, opts ...grpc.CallOption) (*proto.CreateSecretResponse, error)
CreateSecret mocks base method.
func (*MockSecretsClient) DeleteSecret ¶
func (m *MockSecretsClient) DeleteSecret(ctx context.Context, in *proto.DeleteSecretRequest, opts ...grpc.CallOption) (*proto.DeleteSecretResponse, error)
DeleteSecret mocks base method.
func (*MockSecretsClient) EXPECT ¶
func (m *MockSecretsClient) EXPECT() *MockSecretsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretsClient) GetSecret ¶
func (m *MockSecretsClient) GetSecret(ctx context.Context, in *proto.GetSecretRequest, opts ...grpc.CallOption) (*proto.GetSecretResponse, error)
GetSecret mocks base method.
func (*MockSecretsClient) ListSecrets ¶
func (m *MockSecretsClient) ListSecrets(ctx context.Context, in *proto.ListSecretsRequest, opts ...grpc.CallOption) (*proto.ListSecretsResponse, error)
ListSecrets mocks base method.
func (*MockSecretsClient) UpdateSecret ¶
func (m *MockSecretsClient) UpdateSecret(ctx context.Context, in *proto.UpdateSecretRequest, opts ...grpc.CallOption) (*proto.UpdateSecretResponse, error)
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 ¶
func (m *MockSecretsServer) CreateSecret(arg0 context.Context, arg1 *proto.CreateSecretRequest) (*proto.CreateSecretResponse, error)
CreateSecret mocks base method.
func (*MockSecretsServer) DeleteSecret ¶
func (m *MockSecretsServer) DeleteSecret(arg0 context.Context, arg1 *proto.DeleteSecretRequest) (*proto.DeleteSecretResponse, error)
DeleteSecret mocks base method.
func (*MockSecretsServer) EXPECT ¶
func (m *MockSecretsServer) EXPECT() *MockSecretsServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretsServer) GetSecret ¶
func (m *MockSecretsServer) GetSecret(arg0 context.Context, arg1 *proto.GetSecretRequest) (*proto.GetSecretResponse, error)
GetSecret mocks base method.
func (*MockSecretsServer) ListSecrets ¶
func (m *MockSecretsServer) ListSecrets(arg0 context.Context, arg1 *proto.ListSecretsRequest) (*proto.ListSecretsResponse, error)
ListSecrets mocks base method.
func (*MockSecretsServer) UpdateSecret ¶
func (m *MockSecretsServer) UpdateSecret(arg0 context.Context, arg1 *proto.UpdateSecretRequest) (*proto.UpdateSecretResponse, error)
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 ¶
func (m *MockSyncClient) EXPECT() *MockSyncClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSyncClient) Sync ¶
func (m *MockSyncClient) Sync(ctx context.Context, in *proto.SyncRequest, opts ...grpc.CallOption) (proto.Sync_SyncClient, error)
Sync mocks base method.
func (*MockSyncClient) SyncCreated ¶
func (m *MockSyncClient) SyncCreated(ctx context.Context, opts ...grpc.CallOption) (proto.Sync_SyncCreatedClient, error)
SyncCreated mocks base method.
func (*MockSyncClient) SyncDeleted ¶
func (m *MockSyncClient) SyncDeleted(ctx context.Context, opts ...grpc.CallOption) (proto.Sync_SyncDeletedClient, error)
SyncDeleted mocks base method.
func (*MockSyncClient) SyncUpdated ¶
func (m *MockSyncClient) SyncUpdated(ctx context.Context, opts ...grpc.CallOption) (proto.Sync_SyncUpdatedClient, error)
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 ¶
func (m *MockSyncServer) EXPECT() *MockSyncServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSyncServer) Sync ¶
func (m *MockSyncServer) Sync(arg0 *proto.SyncRequest, arg1 proto.Sync_SyncServer) error
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 ¶
func (m *MockSync_SyncClient) EXPECT() *MockSync_SyncClientMockRecorder
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 ¶
func (m *MockSync_SyncClient) Recv() (*proto.SyncResponse, error)
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 ¶
func (mr *MockSync_SyncClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockSync_SyncClientMockRecorder) Header ¶
func (mr *MockSync_SyncClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockSync_SyncClientMockRecorder) Recv ¶
func (mr *MockSync_SyncClientMockRecorder) Recv() *gomock.Call
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 ¶
func (mr *MockSync_SyncClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockSync_SyncCreatedClient) Context() context.Context
Context mocks base method.
func (*MockSync_SyncCreatedClient) EXPECT ¶
func (m *MockSync_SyncCreatedClient) EXPECT() *MockSync_SyncCreatedClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSync_SyncCreatedClient) Header ¶
func (m *MockSync_SyncCreatedClient) Header() (metadata.MD, error)
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 ¶
func (m *MockSync_SyncCreatedClient) Send(arg0 *proto.SyncRequest) error
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 ¶
func (mr *MockSync_SyncCreatedClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockSync_SyncCreatedClientMockRecorder) CloseSend ¶
func (mr *MockSync_SyncCreatedClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockSync_SyncCreatedClientMockRecorder) Context ¶
func (mr *MockSync_SyncCreatedClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockSync_SyncCreatedClientMockRecorder) Header ¶
func (mr *MockSync_SyncCreatedClientMockRecorder) Header() *gomock.Call
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 ¶
func (mr *MockSync_SyncCreatedClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockSync_SyncCreatedServer) Context() context.Context
Context mocks base method.
func (*MockSync_SyncCreatedServer) EXPECT ¶
func (m *MockSync_SyncCreatedServer) EXPECT() *MockSync_SyncCreatedServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSync_SyncCreatedServer) Recv ¶
func (m *MockSync_SyncCreatedServer) Recv() (*proto.SyncRequest, error)
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 ¶
func (mr *MockSync_SyncCreatedServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockSync_SyncCreatedServerMockRecorder) Recv ¶
func (mr *MockSync_SyncCreatedServerMockRecorder) Recv() *gomock.Call
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 ¶
func (m *MockSync_SyncDeletedClient) Context() context.Context
Context mocks base method.
func (*MockSync_SyncDeletedClient) EXPECT ¶
func (m *MockSync_SyncDeletedClient) EXPECT() *MockSync_SyncDeletedClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSync_SyncDeletedClient) Header ¶
func (m *MockSync_SyncDeletedClient) Header() (metadata.MD, error)
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 ¶
func (m *MockSync_SyncDeletedClient) Send(arg0 *proto.SyncRequest) error
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 ¶
func (mr *MockSync_SyncDeletedClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockSync_SyncDeletedClientMockRecorder) CloseSend ¶
func (mr *MockSync_SyncDeletedClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockSync_SyncDeletedClientMockRecorder) Context ¶
func (mr *MockSync_SyncDeletedClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockSync_SyncDeletedClientMockRecorder) Header ¶
func (mr *MockSync_SyncDeletedClientMockRecorder) Header() *gomock.Call
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 ¶
func (mr *MockSync_SyncDeletedClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockSync_SyncDeletedServer) Context() context.Context
Context mocks base method.
func (*MockSync_SyncDeletedServer) EXPECT ¶
func (m *MockSync_SyncDeletedServer) EXPECT() *MockSync_SyncDeletedServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSync_SyncDeletedServer) Recv ¶
func (m *MockSync_SyncDeletedServer) Recv() (*proto.SyncRequest, error)
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 ¶
func (mr *MockSync_SyncDeletedServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockSync_SyncDeletedServerMockRecorder) Recv ¶
func (mr *MockSync_SyncDeletedServerMockRecorder) Recv() *gomock.Call
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 ¶
func (m *MockSync_SyncServer) EXPECT() *MockSync_SyncServerMockRecorder
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 ¶
func (m *MockSync_SyncServer) Send(arg0 *proto.SyncResponse) error
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 ¶
func (mr *MockSync_SyncServerMockRecorder) Context() *gomock.Call
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 ¶
func (m *MockSync_SyncUpdatedClient) Context() context.Context
Context mocks base method.
func (*MockSync_SyncUpdatedClient) EXPECT ¶
func (m *MockSync_SyncUpdatedClient) EXPECT() *MockSync_SyncUpdatedClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSync_SyncUpdatedClient) Header ¶
func (m *MockSync_SyncUpdatedClient) Header() (metadata.MD, error)
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 ¶
func (m *MockSync_SyncUpdatedClient) Send(arg0 *proto.SyncRequest) error
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 ¶
func (mr *MockSync_SyncUpdatedClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockSync_SyncUpdatedClientMockRecorder) CloseSend ¶
func (mr *MockSync_SyncUpdatedClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockSync_SyncUpdatedClientMockRecorder) Context ¶
func (mr *MockSync_SyncUpdatedClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockSync_SyncUpdatedClientMockRecorder) Header ¶
func (mr *MockSync_SyncUpdatedClientMockRecorder) Header() *gomock.Call
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 ¶
func (mr *MockSync_SyncUpdatedClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockSync_SyncUpdatedServer) Context() context.Context
Context mocks base method.
func (*MockSync_SyncUpdatedServer) EXPECT ¶
func (m *MockSync_SyncUpdatedServer) EXPECT() *MockSync_SyncUpdatedServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSync_SyncUpdatedServer) Recv ¶
func (m *MockSync_SyncUpdatedServer) Recv() (*proto.SyncRequest, error)
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 ¶
func (mr *MockSync_SyncUpdatedServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockSync_SyncUpdatedServerMockRecorder) Recv ¶
func (mr *MockSync_SyncUpdatedServerMockRecorder) Recv() *gomock.Call
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 ¶
func (m *MockUnsafeAccountsServer) EXPECT() *MockUnsafeAccountsServerMockRecorder
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 ¶
func (m *MockUnsafeLoginServer) EXPECT() *MockUnsafeLoginServerMockRecorder
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 ¶
func (m *MockUnsafeSecretsServer) EXPECT() *MockUnsafeSecretsServerMockRecorder
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 ¶
func (m *MockUnsafeSyncServer) EXPECT() *MockUnsafeSyncServerMockRecorder
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.