Documentation
¶
Overview ¶
Package mockservice is a generated GoMock package.
Package mockservice is a generated GoMock package.
Package mockservice is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotificationService ¶ added in v0.6.2
type MockNotificationService struct {
// contains filtered or unexported fields
}
MockNotificationService is a mock of NotificationService interface.
func NewMockNotificationService ¶ added in v0.6.2
func NewMockNotificationService(ctrl *gomock.Controller) *MockNotificationService
NewMockNotificationService creates a new mock instance.
func (*MockNotificationService) EXPECT ¶ added in v0.6.2
func (m *MockNotificationService) EXPECT() *MockNotificationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockNotificationServiceMockRecorder ¶ added in v0.6.2
type MockNotificationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockNotificationServiceMockRecorder is the mock recorder for MockNotificationService.
func (*MockNotificationServiceMockRecorder) SendAnswerChangeMessage ¶ added in v0.6.2
func (mr *MockNotificationServiceMockRecorder) SendAnswerChangeMessage(ctx, editorUserID, oldAnswer, newAnswer any) *gomock.Call
SendAnswerChangeMessage indicates an expected call of SendAnswerChangeMessage.
type MockSchedulerService ¶ added in v0.7.2
type MockSchedulerService struct {
// contains filtered or unexported fields
}
MockSchedulerService is a mock of SchedulerService interface.
func NewMockSchedulerService ¶ added in v0.7.2
func NewMockSchedulerService(ctrl *gomock.Controller) *MockSchedulerService
NewMockSchedulerService creates a new mock instance.
func (*MockSchedulerService) EXPECT ¶ added in v0.7.2
func (m *MockSchedulerService) EXPECT() *MockSchedulerServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSchedulerService) Start ¶ added in v0.7.2
func (m *MockSchedulerService) Start(ctx context.Context)
Start mocks base method.
type MockSchedulerServiceMockRecorder ¶ added in v0.7.2
type MockSchedulerServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockSchedulerServiceMockRecorder is the mock recorder for MockSchedulerService.
type MockTraqService ¶
type MockTraqService struct {
// contains filtered or unexported fields
}
MockTraqService is a mock of TraqService interface.
func NewMockTraqService ¶
func NewMockTraqService(ctrl *gomock.Controller) *MockTraqService
NewMockTraqService creates a new mock instance.
func (*MockTraqService) EXPECT ¶
func (m *MockTraqService) EXPECT() *MockTraqServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTraqService) GetCanonicalUserName ¶
GetCanonicalUserName mocks base method.
func (*MockTraqService) PostDirectMessage ¶
func (m *MockTraqService) PostDirectMessage(ctx context.Context, userID, content string) error
PostDirectMessage mocks base method.
type MockTraqServiceMockRecorder ¶
type MockTraqServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockTraqServiceMockRecorder is the mock recorder for MockTraqService.
func (*MockTraqServiceMockRecorder) GetCanonicalUserName ¶
func (mr *MockTraqServiceMockRecorder) GetCanonicalUserName(ctx, userID any) *gomock.Call
GetCanonicalUserName indicates an expected call of GetCanonicalUserName.
func (*MockTraqServiceMockRecorder) PostDirectMessage ¶
func (mr *MockTraqServiceMockRecorder) PostDirectMessage(ctx, userID, content any) *gomock.Call
PostDirectMessage indicates an expected call of PostDirectMessage.