Documentation ¶
Overview ¶
Package notify_mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotifyServiceClient ¶
type MockNotifyServiceClient struct {
// contains filtered or unexported fields
}
MockNotifyServiceClient is a mock of NotifyServiceClient interface.
func NewMockNotifyServiceClient ¶
func NewMockNotifyServiceClient(ctrl *gomock.Controller) *MockNotifyServiceClient
NewMockNotifyServiceClient creates a new mock instance.
func (*MockNotifyServiceClient) EXPECT ¶
func (m *MockNotifyServiceClient) EXPECT() *MockNotifyServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNotifyServiceClient) SaveDeviceToken ¶
func (m *MockNotifyServiceClient) SaveDeviceToken(ctx context.Context, in *v1.SaveDeviceTokenRequest, opts ...grpc.CallOption) (*v1.SaveDeviceTokenResponse, error)
SaveDeviceToken mocks base method.
type MockNotifyServiceClientMockRecorder ¶
type MockNotifyServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNotifyServiceClientMockRecorder is the mock recorder for MockNotifyServiceClient.
func (*MockNotifyServiceClientMockRecorder) SaveDeviceToken ¶
func (mr *MockNotifyServiceClientMockRecorder) SaveDeviceToken(ctx, in any, opts ...any) *gomock.Call
SaveDeviceToken indicates an expected call of SaveDeviceToken.
type MockNotifyServiceServer ¶
type MockNotifyServiceServer struct {
// contains filtered or unexported fields
}
MockNotifyServiceServer is a mock of NotifyServiceServer interface.
func NewMockNotifyServiceServer ¶
func NewMockNotifyServiceServer(ctrl *gomock.Controller) *MockNotifyServiceServer
NewMockNotifyServiceServer creates a new mock instance.
func (*MockNotifyServiceServer) EXPECT ¶
func (m *MockNotifyServiceServer) EXPECT() *MockNotifyServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNotifyServiceServer) SaveDeviceToken ¶
func (m *MockNotifyServiceServer) SaveDeviceToken(arg0 context.Context, arg1 *v1.SaveDeviceTokenRequest) (*v1.SaveDeviceTokenResponse, error)
SaveDeviceToken mocks base method.
type MockNotifyServiceServerMockRecorder ¶
type MockNotifyServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockNotifyServiceServerMockRecorder is the mock recorder for MockNotifyServiceServer.
func (*MockNotifyServiceServerMockRecorder) SaveDeviceToken ¶
func (mr *MockNotifyServiceServerMockRecorder) SaveDeviceToken(arg0, arg1 any) *gomock.Call
SaveDeviceToken indicates an expected call of SaveDeviceToken.
type MockUnsafeNotifyServiceServer ¶
type MockUnsafeNotifyServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeNotifyServiceServer is a mock of UnsafeNotifyServiceServer interface.
func NewMockUnsafeNotifyServiceServer ¶
func NewMockUnsafeNotifyServiceServer(ctrl *gomock.Controller) *MockUnsafeNotifyServiceServer
NewMockUnsafeNotifyServiceServer creates a new mock instance.
func (*MockUnsafeNotifyServiceServer) EXPECT ¶
func (m *MockUnsafeNotifyServiceServer) EXPECT() *MockUnsafeNotifyServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeNotifyServiceServerMockRecorder ¶
type MockUnsafeNotifyServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeNotifyServiceServerMockRecorder is the mock recorder for MockUnsafeNotifyServiceServer.