Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockApplicationRepository
- func (m *MockApplicationRepository) CreateApplication(arg0 context.Context, arg1 *convoy.Application) error
- func (m *MockApplicationRepository) DeleteApplication(arg0 context.Context, arg1 *convoy.Application) error
- func (m *MockApplicationRepository) EXPECT() *MockApplicationRepositoryMockRecorder
- func (m *MockApplicationRepository) FindApplicationByID(arg0 context.Context, arg1 string) (*convoy.Application, error)
- func (m *MockApplicationRepository) FindApplicationEndpointByID(arg0 context.Context, arg1, arg2 string) (*convoy.Endpoint, error)
- func (m *MockApplicationRepository) LoadApplicationsPaged(arg0 context.Context, arg1 string, arg2 models.Pageable) ([]convoy.Application, mongopagination.PaginationData, error)
- func (m *MockApplicationRepository) LoadApplicationsPagedByGroupId(arg0 context.Context, arg1 string, arg2 models.Pageable) ([]convoy.Application, mongopagination.PaginationData, error)
- func (m *MockApplicationRepository) SearchApplicationsByGroupId(arg0 context.Context, arg1 string, arg2 models.SearchParams) ([]convoy.Application, error)
- func (m *MockApplicationRepository) UpdateApplication(arg0 context.Context, arg1 *convoy.Application) error
- func (m *MockApplicationRepository) UpdateApplicationEndpointsStatus(arg0 context.Context, arg1 string, arg2 []string, arg3 convoy.EndpointStatus) error
- type MockApplicationRepositoryMockRecorder
- func (mr *MockApplicationRepositoryMockRecorder) CreateApplication(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) DeleteApplication(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) FindApplicationByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) FindApplicationEndpointByID(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) LoadApplicationsPaged(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) LoadApplicationsPagedByGroupId(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) SearchApplicationsByGroupId(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) UpdateApplication(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) UpdateApplicationEndpointsStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockEventDeliveryRepository
- func (m *MockEventDeliveryRepository) CreateEventDelivery(arg0 context.Context, arg1 *convoy.EventDelivery) error
- func (m *MockEventDeliveryRepository) EXPECT() *MockEventDeliveryRepositoryMockRecorder
- func (m *MockEventDeliveryRepository) FindEventDeliveriesByEventID(arg0 context.Context, arg1 string) ([]convoy.EventDelivery, error)
- func (m *MockEventDeliveryRepository) FindEventDeliveriesByIDs(arg0 context.Context, arg1 []string) ([]convoy.EventDelivery, error)
- func (m *MockEventDeliveryRepository) FindEventDeliveryByID(arg0 context.Context, arg1 string) (*convoy.EventDelivery, error)
- func (m *MockEventDeliveryRepository) LoadEventDeliveriesPaged(arg0 context.Context, arg1, arg2, arg3 string, ...) ([]convoy.EventDelivery, mongopagination.PaginationData, error)
- func (m *MockEventDeliveryRepository) UpdateEventDeliveryWithAttempt(arg0 context.Context, arg1 convoy.EventDelivery, arg2 convoy.DeliveryAttempt) error
- func (m *MockEventDeliveryRepository) UpdateStatusOfEventDelivery(arg0 context.Context, arg1 convoy.EventDelivery, ...) error
- type MockEventDeliveryRepositoryMockRecorder
- func (mr *MockEventDeliveryRepositoryMockRecorder) CreateEventDelivery(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) FindEventDeliveriesByEventID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) FindEventDeliveriesByIDs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) FindEventDeliveryByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) LoadEventDeliveriesPaged(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) UpdateEventDeliveryWithAttempt(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) UpdateStatusOfEventDelivery(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockEventRepository
- func (m *MockEventRepository) CreateEvent(arg0 context.Context, arg1 *convoy.Event) error
- func (m *MockEventRepository) EXPECT() *MockEventRepositoryMockRecorder
- func (m *MockEventRepository) FindEventByID(ctx context.Context, id string) (*convoy.Event, error)
- func (m *MockEventRepository) LoadAbandonedEventsForPostingRetry(arg0 context.Context) ([]convoy.Event, error)
- func (m *MockEventRepository) LoadEventIntervals(arg0 context.Context, arg1 string, arg2 models.SearchParams, ...) ([]models.EventInterval, error)
- func (m *MockEventRepository) LoadEventsForPostingRetry(arg0 context.Context) ([]convoy.Event, error)
- func (m *MockEventRepository) LoadEventsPaged(arg0 context.Context, arg1, arg2 string, arg3 models.SearchParams, ...) ([]convoy.Event, mongopagination.PaginationData, error)
- func (m *MockEventRepository) LoadEventsPagedByAppId(arg0 context.Context, arg1 string, arg2 models.SearchParams, ...) ([]convoy.Event, mongopagination.PaginationData, error)
- func (m *MockEventRepository) LoadEventsScheduledForPosting(arg0 context.Context) ([]convoy.Event, error)
- type MockEventRepositoryMockRecorder
- func (mr *MockEventRepositoryMockRecorder) CreateEvent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) FindEventByID(ctx, id interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadAbandonedEventsForPostingRetry(arg0 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadEventIntervals(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadEventsForPostingRetry(arg0 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadEventsPaged(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadEventsPagedByAppId(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadEventsScheduledForPosting(arg0 interface{}) *gomock.Call
- type MockGroupRepository
- func (m *MockGroupRepository) CreateGroup(arg0 context.Context, arg1 *convoy.Group) error
- func (m *MockGroupRepository) EXPECT() *MockGroupRepositoryMockRecorder
- func (m *MockGroupRepository) FetchGroupByID(arg0 context.Context, arg1 string) (*convoy.Group, error)
- func (m *MockGroupRepository) LoadGroups(arg0 context.Context, arg1 *convoy.GroupFilter) ([]*convoy.Group, error)
- func (m *MockGroupRepository) UpdateGroup(arg0 context.Context, arg1 *convoy.Group) error
- type MockGroupRepositoryMockRecorder
- func (mr *MockGroupRepositoryMockRecorder) CreateGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupRepositoryMockRecorder) FetchGroupByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupRepositoryMockRecorder) LoadGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupRepositoryMockRecorder) UpdateGroup(arg0, arg1 interface{}) *gomock.Call
- type MockQueuer
- type MockQueuerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationRepository ¶
type MockApplicationRepository struct {
// contains filtered or unexported fields
}
MockApplicationRepository is a mock of ApplicationRepository interface.
func NewMockApplicationRepository ¶
func NewMockApplicationRepository(ctrl *gomock.Controller) *MockApplicationRepository
NewMockApplicationRepository creates a new mock instance.
func (*MockApplicationRepository) CreateApplication ¶
func (m *MockApplicationRepository) CreateApplication(arg0 context.Context, arg1 *convoy.Application) error
CreateApplication mocks base method.
func (*MockApplicationRepository) DeleteApplication ¶
func (m *MockApplicationRepository) DeleteApplication(arg0 context.Context, arg1 *convoy.Application) error
DeleteApplication mocks base method.
func (*MockApplicationRepository) EXPECT ¶
func (m *MockApplicationRepository) EXPECT() *MockApplicationRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockApplicationRepository) FindApplicationByID ¶
func (m *MockApplicationRepository) FindApplicationByID(arg0 context.Context, arg1 string) (*convoy.Application, error)
FindApplicationByID mocks base method.
func (*MockApplicationRepository) FindApplicationEndpointByID ¶
func (m *MockApplicationRepository) FindApplicationEndpointByID(arg0 context.Context, arg1, arg2 string) (*convoy.Endpoint, error)
FindApplicationEndpointByID mocks base method.
func (*MockApplicationRepository) LoadApplicationsPaged ¶
func (m *MockApplicationRepository) LoadApplicationsPaged(arg0 context.Context, arg1 string, arg2 models.Pageable) ([]convoy.Application, mongopagination.PaginationData, error)
LoadApplicationsPaged mocks base method.
func (*MockApplicationRepository) LoadApplicationsPagedByGroupId ¶
func (m *MockApplicationRepository) LoadApplicationsPagedByGroupId(arg0 context.Context, arg1 string, arg2 models.Pageable) ([]convoy.Application, mongopagination.PaginationData, error)
LoadApplicationsPagedByGroupId mocks base method.
func (*MockApplicationRepository) SearchApplicationsByGroupId ¶
func (m *MockApplicationRepository) SearchApplicationsByGroupId(arg0 context.Context, arg1 string, arg2 models.SearchParams) ([]convoy.Application, error)
SearchApplicationsByGroupId mocks base method.
func (*MockApplicationRepository) UpdateApplication ¶
func (m *MockApplicationRepository) UpdateApplication(arg0 context.Context, arg1 *convoy.Application) error
UpdateApplication mocks base method.
func (*MockApplicationRepository) UpdateApplicationEndpointsStatus ¶
func (m *MockApplicationRepository) UpdateApplicationEndpointsStatus(arg0 context.Context, arg1 string, arg2 []string, arg3 convoy.EndpointStatus) error
UpdateApplicationEndpointsStatus mocks base method.
type MockApplicationRepositoryMockRecorder ¶
type MockApplicationRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationRepositoryMockRecorder is the mock recorder for MockApplicationRepository.
func (*MockApplicationRepositoryMockRecorder) CreateApplication ¶
func (mr *MockApplicationRepositoryMockRecorder) CreateApplication(arg0, arg1 interface{}) *gomock.Call
CreateApplication indicates an expected call of CreateApplication.
func (*MockApplicationRepositoryMockRecorder) DeleteApplication ¶
func (mr *MockApplicationRepositoryMockRecorder) DeleteApplication(arg0, arg1 interface{}) *gomock.Call
DeleteApplication indicates an expected call of DeleteApplication.
func (*MockApplicationRepositoryMockRecorder) FindApplicationByID ¶
func (mr *MockApplicationRepositoryMockRecorder) FindApplicationByID(arg0, arg1 interface{}) *gomock.Call
FindApplicationByID indicates an expected call of FindApplicationByID.
func (*MockApplicationRepositoryMockRecorder) FindApplicationEndpointByID ¶
func (mr *MockApplicationRepositoryMockRecorder) FindApplicationEndpointByID(arg0, arg1, arg2 interface{}) *gomock.Call
FindApplicationEndpointByID indicates an expected call of FindApplicationEndpointByID.
func (*MockApplicationRepositoryMockRecorder) LoadApplicationsPaged ¶
func (mr *MockApplicationRepositoryMockRecorder) LoadApplicationsPaged(arg0, arg1, arg2 interface{}) *gomock.Call
LoadApplicationsPaged indicates an expected call of LoadApplicationsPaged.
func (*MockApplicationRepositoryMockRecorder) LoadApplicationsPagedByGroupId ¶
func (mr *MockApplicationRepositoryMockRecorder) LoadApplicationsPagedByGroupId(arg0, arg1, arg2 interface{}) *gomock.Call
LoadApplicationsPagedByGroupId indicates an expected call of LoadApplicationsPagedByGroupId.
func (*MockApplicationRepositoryMockRecorder) SearchApplicationsByGroupId ¶
func (mr *MockApplicationRepositoryMockRecorder) SearchApplicationsByGroupId(arg0, arg1, arg2 interface{}) *gomock.Call
SearchApplicationsByGroupId indicates an expected call of SearchApplicationsByGroupId.
func (*MockApplicationRepositoryMockRecorder) UpdateApplication ¶
func (mr *MockApplicationRepositoryMockRecorder) UpdateApplication(arg0, arg1 interface{}) *gomock.Call
UpdateApplication indicates an expected call of UpdateApplication.
func (*MockApplicationRepositoryMockRecorder) UpdateApplicationEndpointsStatus ¶
func (mr *MockApplicationRepositoryMockRecorder) UpdateApplicationEndpointsStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateApplicationEndpointsStatus indicates an expected call of UpdateApplicationEndpointsStatus.
type MockEventDeliveryRepository ¶
type MockEventDeliveryRepository struct {
// contains filtered or unexported fields
}
MockEventDeliveryRepository is a mock of EventDeliveryRepository interface.
func NewMockEventDeliveryRepository ¶
func NewMockEventDeliveryRepository(ctrl *gomock.Controller) *MockEventDeliveryRepository
NewMockEventDeliveryRepository creates a new mock instance.
func (*MockEventDeliveryRepository) CreateEventDelivery ¶
func (m *MockEventDeliveryRepository) CreateEventDelivery(arg0 context.Context, arg1 *convoy.EventDelivery) error
CreateEventDelivery mocks base method.
func (*MockEventDeliveryRepository) EXPECT ¶
func (m *MockEventDeliveryRepository) EXPECT() *MockEventDeliveryRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEventDeliveryRepository) FindEventDeliveriesByEventID ¶
func (m *MockEventDeliveryRepository) FindEventDeliveriesByEventID(arg0 context.Context, arg1 string) ([]convoy.EventDelivery, error)
FindEventDeliveriesByEventID mocks base method.
func (*MockEventDeliveryRepository) FindEventDeliveriesByIDs ¶
func (m *MockEventDeliveryRepository) FindEventDeliveriesByIDs(arg0 context.Context, arg1 []string) ([]convoy.EventDelivery, error)
FindEventDeliveriesByIDs mocks base method.
func (*MockEventDeliveryRepository) FindEventDeliveryByID ¶
func (m *MockEventDeliveryRepository) FindEventDeliveryByID(arg0 context.Context, arg1 string) (*convoy.EventDelivery, error)
FindEventDeliveryByID mocks base method.
func (*MockEventDeliveryRepository) LoadEventDeliveriesPaged ¶
func (m *MockEventDeliveryRepository) LoadEventDeliveriesPaged(arg0 context.Context, arg1, arg2, arg3 string, arg4 []convoy.EventDeliveryStatus, arg5 models.SearchParams, arg6 models.Pageable) ([]convoy.EventDelivery, mongopagination.PaginationData, error)
LoadEventDeliveriesPaged mocks base method.
func (*MockEventDeliveryRepository) UpdateEventDeliveryWithAttempt ¶
func (m *MockEventDeliveryRepository) UpdateEventDeliveryWithAttempt(arg0 context.Context, arg1 convoy.EventDelivery, arg2 convoy.DeliveryAttempt) error
UpdateEventDeliveryWithAttempt mocks base method.
func (*MockEventDeliveryRepository) UpdateStatusOfEventDelivery ¶
func (m *MockEventDeliveryRepository) UpdateStatusOfEventDelivery(arg0 context.Context, arg1 convoy.EventDelivery, arg2 convoy.EventDeliveryStatus) error
UpdateStatusOfEventDelivery mocks base method.
type MockEventDeliveryRepositoryMockRecorder ¶
type MockEventDeliveryRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockEventDeliveryRepositoryMockRecorder is the mock recorder for MockEventDeliveryRepository.
func (*MockEventDeliveryRepositoryMockRecorder) CreateEventDelivery ¶
func (mr *MockEventDeliveryRepositoryMockRecorder) CreateEventDelivery(arg0, arg1 interface{}) *gomock.Call
CreateEventDelivery indicates an expected call of CreateEventDelivery.
func (*MockEventDeliveryRepositoryMockRecorder) FindEventDeliveriesByEventID ¶
func (mr *MockEventDeliveryRepositoryMockRecorder) FindEventDeliveriesByEventID(arg0, arg1 interface{}) *gomock.Call
FindEventDeliveriesByEventID indicates an expected call of FindEventDeliveriesByEventID.
func (*MockEventDeliveryRepositoryMockRecorder) FindEventDeliveriesByIDs ¶
func (mr *MockEventDeliveryRepositoryMockRecorder) FindEventDeliveriesByIDs(arg0, arg1 interface{}) *gomock.Call
FindEventDeliveriesByIDs indicates an expected call of FindEventDeliveriesByIDs.
func (*MockEventDeliveryRepositoryMockRecorder) FindEventDeliveryByID ¶
func (mr *MockEventDeliveryRepositoryMockRecorder) FindEventDeliveryByID(arg0, arg1 interface{}) *gomock.Call
FindEventDeliveryByID indicates an expected call of FindEventDeliveryByID.
func (*MockEventDeliveryRepositoryMockRecorder) LoadEventDeliveriesPaged ¶
func (mr *MockEventDeliveryRepositoryMockRecorder) LoadEventDeliveriesPaged(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
LoadEventDeliveriesPaged indicates an expected call of LoadEventDeliveriesPaged.
func (*MockEventDeliveryRepositoryMockRecorder) UpdateEventDeliveryWithAttempt ¶
func (mr *MockEventDeliveryRepositoryMockRecorder) UpdateEventDeliveryWithAttempt(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateEventDeliveryWithAttempt indicates an expected call of UpdateEventDeliveryWithAttempt.
func (*MockEventDeliveryRepositoryMockRecorder) UpdateStatusOfEventDelivery ¶
func (mr *MockEventDeliveryRepositoryMockRecorder) UpdateStatusOfEventDelivery(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateStatusOfEventDelivery indicates an expected call of UpdateStatusOfEventDelivery.
type MockEventRepository ¶
type MockEventRepository struct {
// contains filtered or unexported fields
}
MockEventRepository is a mock of EventRepository interface.
func NewMockEventRepository ¶
func NewMockEventRepository(ctrl *gomock.Controller) *MockEventRepository
NewMockEventRepository creates a new mock instance.
func (*MockEventRepository) CreateEvent ¶
CreateEvent mocks base method.
func (*MockEventRepository) EXPECT ¶
func (m *MockEventRepository) EXPECT() *MockEventRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEventRepository) FindEventByID ¶
FindEventByID mocks base method.
func (*MockEventRepository) LoadAbandonedEventsForPostingRetry ¶ added in v0.3.0
func (m *MockEventRepository) LoadAbandonedEventsForPostingRetry(arg0 context.Context) ([]convoy.Event, error)
LoadAbandonedEventsForPostingRetry mocks base method.
func (*MockEventRepository) LoadEventIntervals ¶
func (m *MockEventRepository) LoadEventIntervals(arg0 context.Context, arg1 string, arg2 models.SearchParams, arg3 convoy.Period, arg4 int) ([]models.EventInterval, error)
LoadEventIntervals mocks base method.
func (*MockEventRepository) LoadEventsForPostingRetry ¶ added in v0.3.0
func (m *MockEventRepository) LoadEventsForPostingRetry(arg0 context.Context) ([]convoy.Event, error)
LoadEventsForPostingRetry mocks base method.
func (*MockEventRepository) LoadEventsPaged ¶
func (m *MockEventRepository) LoadEventsPaged(arg0 context.Context, arg1, arg2 string, arg3 models.SearchParams, arg4 models.Pageable) ([]convoy.Event, mongopagination.PaginationData, error)
LoadEventsPaged mocks base method.
func (*MockEventRepository) LoadEventsPagedByAppId ¶ added in v0.3.0
func (m *MockEventRepository) LoadEventsPagedByAppId(arg0 context.Context, arg1 string, arg2 models.SearchParams, arg3 models.Pageable) ([]convoy.Event, mongopagination.PaginationData, error)
LoadEventsPagedByAppId mocks base method.
func (*MockEventRepository) LoadEventsScheduledForPosting ¶ added in v0.3.0
func (m *MockEventRepository) LoadEventsScheduledForPosting(arg0 context.Context) ([]convoy.Event, error)
LoadEventsScheduledForPosting mocks base method.
type MockEventRepositoryMockRecorder ¶
type MockEventRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockEventRepositoryMockRecorder is the mock recorder for MockEventRepository.
func (*MockEventRepositoryMockRecorder) CreateEvent ¶
func (mr *MockEventRepositoryMockRecorder) CreateEvent(arg0, arg1 interface{}) *gomock.Call
CreateEvent indicates an expected call of CreateEvent.
func (*MockEventRepositoryMockRecorder) FindEventByID ¶
func (mr *MockEventRepositoryMockRecorder) FindEventByID(ctx, id interface{}) *gomock.Call
FindEventByID indicates an expected call of FindEventByID.
func (*MockEventRepositoryMockRecorder) LoadAbandonedEventsForPostingRetry ¶ added in v0.3.0
func (mr *MockEventRepositoryMockRecorder) LoadAbandonedEventsForPostingRetry(arg0 interface{}) *gomock.Call
LoadAbandonedEventsForPostingRetry indicates an expected call of LoadAbandonedEventsForPostingRetry.
func (*MockEventRepositoryMockRecorder) LoadEventIntervals ¶
func (mr *MockEventRepositoryMockRecorder) LoadEventIntervals(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
LoadEventIntervals indicates an expected call of LoadEventIntervals.
func (*MockEventRepositoryMockRecorder) LoadEventsForPostingRetry ¶ added in v0.3.0
func (mr *MockEventRepositoryMockRecorder) LoadEventsForPostingRetry(arg0 interface{}) *gomock.Call
LoadEventsForPostingRetry indicates an expected call of LoadEventsForPostingRetry.
func (*MockEventRepositoryMockRecorder) LoadEventsPaged ¶
func (mr *MockEventRepositoryMockRecorder) LoadEventsPaged(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
LoadEventsPaged indicates an expected call of LoadEventsPaged.
func (*MockEventRepositoryMockRecorder) LoadEventsPagedByAppId ¶ added in v0.3.0
func (mr *MockEventRepositoryMockRecorder) LoadEventsPagedByAppId(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
LoadEventsPagedByAppId indicates an expected call of LoadEventsPagedByAppId.
func (*MockEventRepositoryMockRecorder) LoadEventsScheduledForPosting ¶ added in v0.3.0
func (mr *MockEventRepositoryMockRecorder) LoadEventsScheduledForPosting(arg0 interface{}) *gomock.Call
LoadEventsScheduledForPosting indicates an expected call of LoadEventsScheduledForPosting.
type MockGroupRepository ¶
type MockGroupRepository struct {
// contains filtered or unexported fields
}
MockGroupRepository is a mock of GroupRepository interface.
func NewMockGroupRepository ¶
func NewMockGroupRepository(ctrl *gomock.Controller) *MockGroupRepository
NewMockGroupRepository creates a new mock instance.
func (*MockGroupRepository) CreateGroup ¶
CreateGroup mocks base method.
func (*MockGroupRepository) EXPECT ¶
func (m *MockGroupRepository) EXPECT() *MockGroupRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGroupRepository) FetchGroupByID ¶
func (m *MockGroupRepository) FetchGroupByID(arg0 context.Context, arg1 string) (*convoy.Group, error)
FetchGroupByID mocks base method.
func (*MockGroupRepository) LoadGroups ¶
func (m *MockGroupRepository) LoadGroups(arg0 context.Context, arg1 *convoy.GroupFilter) ([]*convoy.Group, error)
LoadGroups mocks base method.
func (*MockGroupRepository) UpdateGroup ¶
UpdateGroup mocks base method.
type MockGroupRepositoryMockRecorder ¶
type MockGroupRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockGroupRepositoryMockRecorder is the mock recorder for MockGroupRepository.
func (*MockGroupRepositoryMockRecorder) CreateGroup ¶
func (mr *MockGroupRepositoryMockRecorder) CreateGroup(arg0, arg1 interface{}) *gomock.Call
CreateGroup indicates an expected call of CreateGroup.
func (*MockGroupRepositoryMockRecorder) FetchGroupByID ¶
func (mr *MockGroupRepositoryMockRecorder) FetchGroupByID(arg0, arg1 interface{}) *gomock.Call
FetchGroupByID indicates an expected call of FetchGroupByID.
func (*MockGroupRepositoryMockRecorder) LoadGroups ¶
func (mr *MockGroupRepositoryMockRecorder) LoadGroups(arg0, arg1 interface{}) *gomock.Call
LoadGroups indicates an expected call of LoadGroups.
func (*MockGroupRepositoryMockRecorder) UpdateGroup ¶
func (mr *MockGroupRepositoryMockRecorder) UpdateGroup(arg0, arg1 interface{}) *gomock.Call
UpdateGroup indicates an expected call of UpdateGroup.
type MockQueuer ¶
type MockQueuer struct {
// contains filtered or unexported fields
}
MockQueuer is a mock of Queuer interface.
func NewMockQueuer ¶
func NewMockQueuer(ctrl *gomock.Controller) *MockQueuer
NewMockQueuer creates a new mock instance.
func (*MockQueuer) EXPECT ¶
func (m *MockQueuer) EXPECT() *MockQueuerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockQueuerMockRecorder ¶
type MockQueuerMockRecorder struct {
// contains filtered or unexported fields
}
MockQueuerMockRecorder is the mock recorder for MockQueuer.
func (*MockQueuerMockRecorder) Close ¶
func (mr *MockQueuerMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockQueuerMockRecorder) Write ¶
func (mr *MockQueuerMockRecorder) Write(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Write indicates an expected call of Write.