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.
Package mocks is a generated GoMock package.
Index ¶
- type MockAPIKeyRepository
- func (m *MockAPIKeyRepository) CreateAPIKey(arg0 context.Context, arg1 *datastore.APIKey) error
- func (m *MockAPIKeyRepository) EXPECT() *MockAPIKeyRepositoryMockRecorder
- func (m *MockAPIKeyRepository) FindAPIKeyByHash(arg0 context.Context, arg1 string) (*datastore.APIKey, error)
- func (m *MockAPIKeyRepository) FindAPIKeyByID(arg0 context.Context, arg1 string) (*datastore.APIKey, error)
- func (m *MockAPIKeyRepository) FindAPIKeyByMaskID(arg0 context.Context, arg1 string) (*datastore.APIKey, error)
- func (m *MockAPIKeyRepository) LoadAPIKeysPaged(arg0 context.Context, arg1 *datastore.Pageable) ([]datastore.APIKey, datastore.PaginationData, error)
- func (m *MockAPIKeyRepository) RevokeAPIKeys(arg0 context.Context, arg1 []string) error
- func (m *MockAPIKeyRepository) UpdateAPIKey(arg0 context.Context, arg1 *datastore.APIKey) error
- type MockAPIKeyRepositoryMockRecorder
- func (mr *MockAPIKeyRepositoryMockRecorder) CreateAPIKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) FindAPIKeyByHash(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) FindAPIKeyByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) FindAPIKeyByMaskID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) LoadAPIKeysPaged(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) RevokeAPIKeys(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIKeyRepositoryMockRecorder) UpdateAPIKey(arg0, arg1 interface{}) *gomock.Call
- type MockApplicationRepository
- func (m *MockApplicationRepository) CountGroupApplications(ctx context.Context, groupID string) (int64, error)
- func (m *MockApplicationRepository) CreateApplication(arg0 context.Context, arg1 *datastore.Application) error
- func (m *MockApplicationRepository) DeleteApplication(arg0 context.Context, arg1 *datastore.Application) error
- func (m *MockApplicationRepository) DeleteGroupApps(arg0 context.Context, arg1 string) error
- func (m *MockApplicationRepository) EXPECT() *MockApplicationRepositoryMockRecorder
- func (m *MockApplicationRepository) FindApplicationByID(arg0 context.Context, arg1 string) (*datastore.Application, error)
- func (m *MockApplicationRepository) FindApplicationEndpointByID(arg0 context.Context, arg1, arg2 string) (*datastore.Endpoint, error)
- func (m *MockApplicationRepository) LoadApplicationsPaged(arg0 context.Context, arg1, arg2 string, arg3 datastore.Pageable) ([]datastore.Application, datastore.PaginationData, error)
- func (m *MockApplicationRepository) LoadApplicationsPagedByGroupId(arg0 context.Context, arg1 string, arg2 datastore.Pageable) ([]datastore.Application, datastore.PaginationData, error)
- func (m *MockApplicationRepository) SearchApplicationsByGroupId(arg0 context.Context, arg1 string, arg2 datastore.SearchParams) ([]datastore.Application, error)
- func (m *MockApplicationRepository) UpdateApplication(arg0 context.Context, arg1 *datastore.Application) error
- func (m *MockApplicationRepository) UpdateApplicationEndpointsStatus(arg0 context.Context, arg1 string, arg2 []string, ...) error
- type MockApplicationRepositoryMockRecorder
- func (mr *MockApplicationRepositoryMockRecorder) CountGroupApplications(ctx, groupID interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) CreateApplication(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) DeleteApplication(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockApplicationRepositoryMockRecorder) DeleteGroupApps(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, arg3 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 MockCache
- func (m *MockCache) Delete(ctx context.Context, key string) error
- func (m *MockCache) EXPECT() *MockCacheMockRecorder
- func (m *MockCache) Get(ctx context.Context, key string, data interface{}) error
- func (m *MockCache) Set(ctx context.Context, key string, data interface{}, expiration time.Duration) error
- type MockCacheMockRecorder
- type MockEventDeliveryRepository
- func (m *MockEventDeliveryRepository) CountDeliveriesByStatus(arg0 context.Context, arg1 datastore.EventDeliveryStatus, ...) (int64, error)
- func (m *MockEventDeliveryRepository) CountEventDeliveries(arg0 context.Context, arg1, arg2, arg3 string, ...) (int64, error)
- func (m *MockEventDeliveryRepository) CreateEventDelivery(arg0 context.Context, arg1 *datastore.EventDelivery) error
- func (m *MockEventDeliveryRepository) EXPECT() *MockEventDeliveryRepositoryMockRecorder
- func (m *MockEventDeliveryRepository) FindEventDeliveriesByEventID(arg0 context.Context, arg1 string) ([]datastore.EventDelivery, error)
- func (m *MockEventDeliveryRepository) FindEventDeliveriesByIDs(arg0 context.Context, arg1 []string) ([]datastore.EventDelivery, error)
- func (m *MockEventDeliveryRepository) FindEventDeliveryByID(arg0 context.Context, arg1 string) (*datastore.EventDelivery, error)
- func (m *MockEventDeliveryRepository) LoadEventDeliveriesPaged(arg0 context.Context, arg1, arg2, arg3 string, ...) ([]datastore.EventDelivery, datastore.PaginationData, error)
- func (m *MockEventDeliveryRepository) UpdateEventDeliveryWithAttempt(arg0 context.Context, arg1 datastore.EventDelivery, ...) error
- func (m *MockEventDeliveryRepository) UpdateStatusOfEventDeliveries(arg0 context.Context, arg1 []string, arg2 datastore.EventDeliveryStatus) error
- func (m *MockEventDeliveryRepository) UpdateStatusOfEventDelivery(arg0 context.Context, arg1 datastore.EventDelivery, ...) error
- type MockEventDeliveryRepositoryMockRecorder
- func (mr *MockEventDeliveryRepositoryMockRecorder) CountDeliveriesByStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) CountEventDeliveries(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- 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) UpdateStatusOfEventDeliveries(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEventDeliveryRepositoryMockRecorder) UpdateStatusOfEventDelivery(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockEventRepository
- func (m *MockEventRepository) CountGroupMessages(ctx context.Context, groupID string) (int64, error)
- func (m *MockEventRepository) CreateEvent(arg0 context.Context, arg1 *datastore.Event) error
- func (m *MockEventRepository) DeleteGroupEvents(arg0 context.Context, arg1 string) error
- func (m *MockEventRepository) EXPECT() *MockEventRepositoryMockRecorder
- func (m *MockEventRepository) FindEventByID(ctx context.Context, id string) (*datastore.Event, error)
- func (m *MockEventRepository) LoadEventIntervals(arg0 context.Context, arg1 string, arg2 datastore.SearchParams, ...) ([]datastore.EventInterval, error)
- func (m *MockEventRepository) LoadEventsPaged(arg0 context.Context, arg1, arg2 string, arg3 datastore.SearchParams, ...) ([]datastore.Event, datastore.PaginationData, error)
- type MockEventRepositoryMockRecorder
- func (mr *MockEventRepositoryMockRecorder) CountGroupMessages(ctx, groupID interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) CreateEvent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) DeleteGroupEvents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) FindEventByID(ctx, id interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadEventIntervals(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockEventRepositoryMockRecorder) LoadEventsPaged(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- type MockGroupRepository
- func (m *MockGroupRepository) CreateGroup(arg0 context.Context, arg1 *datastore.Group) error
- func (m *MockGroupRepository) DeleteGroup(ctx context.Context, uid string) error
- func (m *MockGroupRepository) EXPECT() *MockGroupRepositoryMockRecorder
- func (m *MockGroupRepository) FetchGroupByID(arg0 context.Context, arg1 string) (*datastore.Group, error)
- func (m *MockGroupRepository) FetchGroupsByIDs(arg0 context.Context, arg1 []string) ([]datastore.Group, error)
- func (m *MockGroupRepository) LoadGroups(arg0 context.Context, arg1 *datastore.GroupFilter) ([]*datastore.Group, error)
- func (m *MockGroupRepository) UpdateGroup(arg0 context.Context, arg1 *datastore.Group) error
- type MockGroupRepositoryMockRecorder
- func (mr *MockGroupRepositoryMockRecorder) CreateGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupRepositoryMockRecorder) DeleteGroup(ctx, uid interface{}) *gomock.Call
- func (mr *MockGroupRepositoryMockRecorder) FetchGroupByID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGroupRepositoryMockRecorder) FetchGroupsByIDs(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
- func (m *MockQueuer) Close() error
- func (m *MockQueuer) Consumer() taskq.QueueConsumer
- func (m *MockQueuer) EXPECT() *MockQueuerMockRecorder
- func (m *MockQueuer) WriteEvent(arg0 context.Context, arg1 convoy.TaskName, arg2 *datastore.Event, ...) error
- func (m *MockQueuer) WriteEventDelivery(arg0 context.Context, arg1 convoy.TaskName, arg2 *datastore.EventDelivery, ...) error
- type MockQueuerMockRecorder
- func (mr *MockQueuerMockRecorder) Close() *gomock.Call
- func (mr *MockQueuerMockRecorder) Consumer() *gomock.Call
- func (mr *MockQueuerMockRecorder) WriteEvent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockQueuerMockRecorder) WriteEventDelivery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockRateLimiter
- type MockRateLimiterMockRecorder
- type MockSender
- type MockSenderMockRecorder
- type MockTracer
- func (m *MockTracer) EXPECT() *MockTracerMockRecorder
- func (m *MockTracer) NewContext(ctx context.Context, txn *newrelic.Transaction) context.Context
- func (m *MockTracer) RequestWithTransactionContext(r *http.Request, txn *newrelic.Transaction) *http.Request
- func (m *MockTracer) SetWebRequestHTTP(r *http.Request, txn *newrelic.Transaction)
- func (m *MockTracer) SetWebResponse(w http.ResponseWriter, txn *newrelic.Transaction) http.ResponseWriter
- func (m *MockTracer) StartTransaction(name string) *newrelic.Transaction
- type MockTracerMockRecorder
- func (mr *MockTracerMockRecorder) NewContext(ctx, txn interface{}) *gomock.Call
- func (mr *MockTracerMockRecorder) RequestWithTransactionContext(r, txn interface{}) *gomock.Call
- func (mr *MockTracerMockRecorder) SetWebRequestHTTP(r, txn interface{}) *gomock.Call
- func (mr *MockTracerMockRecorder) SetWebResponse(w, txn interface{}) *gomock.Call
- func (mr *MockTracerMockRecorder) StartTransaction(name interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPIKeyRepository ¶
type MockAPIKeyRepository struct {
// contains filtered or unexported fields
}
MockAPIKeyRepository is a mock of APIKeyRepository interface.
func NewMockAPIKeyRepository ¶
func NewMockAPIKeyRepository(ctrl *gomock.Controller) *MockAPIKeyRepository
NewMockAPIKeyRepository creates a new mock instance.
func (*MockAPIKeyRepository) CreateAPIKey ¶
CreateAPIKey mocks base method.
func (*MockAPIKeyRepository) EXPECT ¶
func (m *MockAPIKeyRepository) EXPECT() *MockAPIKeyRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAPIKeyRepository) FindAPIKeyByHash ¶
func (m *MockAPIKeyRepository) FindAPIKeyByHash(arg0 context.Context, arg1 string) (*datastore.APIKey, error)
FindAPIKeyByHash mocks base method.
func (*MockAPIKeyRepository) FindAPIKeyByID ¶
func (m *MockAPIKeyRepository) FindAPIKeyByID(arg0 context.Context, arg1 string) (*datastore.APIKey, error)
FindAPIKeyByID mocks base method.
func (*MockAPIKeyRepository) FindAPIKeyByMaskID ¶
func (m *MockAPIKeyRepository) FindAPIKeyByMaskID(arg0 context.Context, arg1 string) (*datastore.APIKey, error)
FindAPIKeyByMaskID mocks base method.
func (*MockAPIKeyRepository) LoadAPIKeysPaged ¶
func (m *MockAPIKeyRepository) LoadAPIKeysPaged(arg0 context.Context, arg1 *datastore.Pageable) ([]datastore.APIKey, datastore.PaginationData, error)
LoadAPIKeysPaged mocks base method.
func (*MockAPIKeyRepository) RevokeAPIKeys ¶
func (m *MockAPIKeyRepository) RevokeAPIKeys(arg0 context.Context, arg1 []string) error
RevokeAPIKeys mocks base method.
func (*MockAPIKeyRepository) UpdateAPIKey ¶
UpdateAPIKey mocks base method.
type MockAPIKeyRepositoryMockRecorder ¶
type MockAPIKeyRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIKeyRepositoryMockRecorder is the mock recorder for MockAPIKeyRepository.
func (*MockAPIKeyRepositoryMockRecorder) CreateAPIKey ¶
func (mr *MockAPIKeyRepositoryMockRecorder) CreateAPIKey(arg0, arg1 interface{}) *gomock.Call
CreateAPIKey indicates an expected call of CreateAPIKey.
func (*MockAPIKeyRepositoryMockRecorder) FindAPIKeyByHash ¶
func (mr *MockAPIKeyRepositoryMockRecorder) FindAPIKeyByHash(arg0, arg1 interface{}) *gomock.Call
FindAPIKeyByHash indicates an expected call of FindAPIKeyByHash.
func (*MockAPIKeyRepositoryMockRecorder) FindAPIKeyByID ¶
func (mr *MockAPIKeyRepositoryMockRecorder) FindAPIKeyByID(arg0, arg1 interface{}) *gomock.Call
FindAPIKeyByID indicates an expected call of FindAPIKeyByID.
func (*MockAPIKeyRepositoryMockRecorder) FindAPIKeyByMaskID ¶
func (mr *MockAPIKeyRepositoryMockRecorder) FindAPIKeyByMaskID(arg0, arg1 interface{}) *gomock.Call
FindAPIKeyByMaskID indicates an expected call of FindAPIKeyByMaskID.
func (*MockAPIKeyRepositoryMockRecorder) LoadAPIKeysPaged ¶
func (mr *MockAPIKeyRepositoryMockRecorder) LoadAPIKeysPaged(arg0, arg1 interface{}) *gomock.Call
LoadAPIKeysPaged indicates an expected call of LoadAPIKeysPaged.
func (*MockAPIKeyRepositoryMockRecorder) RevokeAPIKeys ¶
func (mr *MockAPIKeyRepositoryMockRecorder) RevokeAPIKeys(arg0, arg1 interface{}) *gomock.Call
RevokeAPIKeys indicates an expected call of RevokeAPIKeys.
func (*MockAPIKeyRepositoryMockRecorder) UpdateAPIKey ¶
func (mr *MockAPIKeyRepositoryMockRecorder) UpdateAPIKey(arg0, arg1 interface{}) *gomock.Call
UpdateAPIKey indicates an expected call of UpdateAPIKey.
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) CountGroupApplications ¶
func (m *MockApplicationRepository) CountGroupApplications(ctx context.Context, groupID string) (int64, error)
CountGroupApplications mocks base method.
func (*MockApplicationRepository) CreateApplication ¶
func (m *MockApplicationRepository) CreateApplication(arg0 context.Context, arg1 *datastore.Application) error
CreateApplication mocks base method.
func (*MockApplicationRepository) DeleteApplication ¶
func (m *MockApplicationRepository) DeleteApplication(arg0 context.Context, arg1 *datastore.Application) error
DeleteApplication mocks base method.
func (*MockApplicationRepository) DeleteGroupApps ¶
func (m *MockApplicationRepository) DeleteGroupApps(arg0 context.Context, arg1 string) error
DeleteGroupApps 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) (*datastore.Application, error)
FindApplicationByID mocks base method.
func (*MockApplicationRepository) FindApplicationEndpointByID ¶
func (m *MockApplicationRepository) FindApplicationEndpointByID(arg0 context.Context, arg1, arg2 string) (*datastore.Endpoint, error)
FindApplicationEndpointByID mocks base method.
func (*MockApplicationRepository) LoadApplicationsPaged ¶
func (m *MockApplicationRepository) LoadApplicationsPaged(arg0 context.Context, arg1, arg2 string, arg3 datastore.Pageable) ([]datastore.Application, datastore.PaginationData, error)
LoadApplicationsPaged mocks base method.
func (*MockApplicationRepository) LoadApplicationsPagedByGroupId ¶
func (m *MockApplicationRepository) LoadApplicationsPagedByGroupId(arg0 context.Context, arg1 string, arg2 datastore.Pageable) ([]datastore.Application, datastore.PaginationData, error)
LoadApplicationsPagedByGroupId mocks base method.
func (*MockApplicationRepository) SearchApplicationsByGroupId ¶
func (m *MockApplicationRepository) SearchApplicationsByGroupId(arg0 context.Context, arg1 string, arg2 datastore.SearchParams) ([]datastore.Application, error)
SearchApplicationsByGroupId mocks base method.
func (*MockApplicationRepository) UpdateApplication ¶
func (m *MockApplicationRepository) UpdateApplication(arg0 context.Context, arg1 *datastore.Application) error
UpdateApplication mocks base method.
func (*MockApplicationRepository) UpdateApplicationEndpointsStatus ¶
func (m *MockApplicationRepository) UpdateApplicationEndpointsStatus(arg0 context.Context, arg1 string, arg2 []string, arg3 datastore.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) CountGroupApplications ¶
func (mr *MockApplicationRepositoryMockRecorder) CountGroupApplications(ctx, groupID interface{}) *gomock.Call
CountGroupApplications indicates an expected call of CountGroupApplications.
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) DeleteGroupApps ¶
func (mr *MockApplicationRepositoryMockRecorder) DeleteGroupApps(arg0, arg1 interface{}) *gomock.Call
DeleteGroupApps indicates an expected call of DeleteGroupApps.
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, arg3 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 MockCache ¶ added in v0.5.3
type MockCache struct {
// contains filtered or unexported fields
}
MockCache is a mock of Cache interface.
func NewMockCache ¶ added in v0.5.3
func NewMockCache(ctrl *gomock.Controller) *MockCache
NewMockCache creates a new mock instance.
func (*MockCache) EXPECT ¶ added in v0.5.3
func (m *MockCache) EXPECT() *MockCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCacheMockRecorder ¶ added in v0.5.3
type MockCacheMockRecorder struct {
// contains filtered or unexported fields
}
MockCacheMockRecorder is the mock recorder for MockCache.
func (*MockCacheMockRecorder) Delete ¶ added in v0.5.3
func (mr *MockCacheMockRecorder) Delete(ctx, key interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockCacheMockRecorder) Get ¶ added in v0.5.3
func (mr *MockCacheMockRecorder) Get(ctx, key, data interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockCacheMockRecorder) Set ¶ added in v0.5.3
func (mr *MockCacheMockRecorder) Set(ctx, key, data, expiration interface{}) *gomock.Call
Set indicates an expected call of Set.
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) CountDeliveriesByStatus ¶ added in v0.4.18
func (m *MockEventDeliveryRepository) CountDeliveriesByStatus(arg0 context.Context, arg1 datastore.EventDeliveryStatus, arg2 datastore.SearchParams) (int64, error)
CountDeliveriesByStatus mocks base method.
func (*MockEventDeliveryRepository) CountEventDeliveries ¶ added in v0.5.0
func (m *MockEventDeliveryRepository) CountEventDeliveries(arg0 context.Context, arg1, arg2, arg3 string, arg4 []datastore.EventDeliveryStatus, arg5 datastore.SearchParams) (int64, error)
CountEventDeliveries mocks base method.
func (*MockEventDeliveryRepository) CreateEventDelivery ¶
func (m *MockEventDeliveryRepository) CreateEventDelivery(arg0 context.Context, arg1 *datastore.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) ([]datastore.EventDelivery, error)
FindEventDeliveriesByEventID mocks base method.
func (*MockEventDeliveryRepository) FindEventDeliveriesByIDs ¶
func (m *MockEventDeliveryRepository) FindEventDeliveriesByIDs(arg0 context.Context, arg1 []string) ([]datastore.EventDelivery, error)
FindEventDeliveriesByIDs mocks base method.
func (*MockEventDeliveryRepository) FindEventDeliveryByID ¶
func (m *MockEventDeliveryRepository) FindEventDeliveryByID(arg0 context.Context, arg1 string) (*datastore.EventDelivery, error)
FindEventDeliveryByID mocks base method.
func (*MockEventDeliveryRepository) LoadEventDeliveriesPaged ¶
func (m *MockEventDeliveryRepository) LoadEventDeliveriesPaged(arg0 context.Context, arg1, arg2, arg3 string, arg4 []datastore.EventDeliveryStatus, arg5 datastore.SearchParams, arg6 datastore.Pageable) ([]datastore.EventDelivery, datastore.PaginationData, error)
LoadEventDeliveriesPaged mocks base method.
func (*MockEventDeliveryRepository) UpdateEventDeliveryWithAttempt ¶
func (m *MockEventDeliveryRepository) UpdateEventDeliveryWithAttempt(arg0 context.Context, arg1 datastore.EventDelivery, arg2 datastore.DeliveryAttempt) error
UpdateEventDeliveryWithAttempt mocks base method.
func (*MockEventDeliveryRepository) UpdateStatusOfEventDeliveries ¶ added in v0.4.19
func (m *MockEventDeliveryRepository) UpdateStatusOfEventDeliveries(arg0 context.Context, arg1 []string, arg2 datastore.EventDeliveryStatus) error
UpdateStatusOfEventDeliveries mocks base method.
func (*MockEventDeliveryRepository) UpdateStatusOfEventDelivery ¶
func (m *MockEventDeliveryRepository) UpdateStatusOfEventDelivery(arg0 context.Context, arg1 datastore.EventDelivery, arg2 datastore.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) CountDeliveriesByStatus ¶ added in v0.4.18
func (mr *MockEventDeliveryRepositoryMockRecorder) CountDeliveriesByStatus(arg0, arg1, arg2 interface{}) *gomock.Call
CountDeliveriesByStatus indicates an expected call of CountDeliveriesByStatus.
func (*MockEventDeliveryRepositoryMockRecorder) CountEventDeliveries ¶ added in v0.5.0
func (mr *MockEventDeliveryRepositoryMockRecorder) CountEventDeliveries(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CountEventDeliveries indicates an expected call of CountEventDeliveries.
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) UpdateStatusOfEventDeliveries ¶ added in v0.4.19
func (mr *MockEventDeliveryRepositoryMockRecorder) UpdateStatusOfEventDeliveries(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateStatusOfEventDeliveries indicates an expected call of UpdateStatusOfEventDeliveries.
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) CountGroupMessages ¶
func (m *MockEventRepository) CountGroupMessages(ctx context.Context, groupID string) (int64, error)
CountGroupMessages mocks base method.
func (*MockEventRepository) CreateEvent ¶
CreateEvent mocks base method.
func (*MockEventRepository) DeleteGroupEvents ¶
func (m *MockEventRepository) DeleteGroupEvents(arg0 context.Context, arg1 string) error
DeleteGroupEvents 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 ¶
func (m *MockEventRepository) FindEventByID(ctx context.Context, id string) (*datastore.Event, error)
FindEventByID mocks base method.
func (*MockEventRepository) LoadEventIntervals ¶
func (m *MockEventRepository) LoadEventIntervals(arg0 context.Context, arg1 string, arg2 datastore.SearchParams, arg3 datastore.Period, arg4 int) ([]datastore.EventInterval, error)
LoadEventIntervals mocks base method.
func (*MockEventRepository) LoadEventsPaged ¶
func (m *MockEventRepository) LoadEventsPaged(arg0 context.Context, arg1, arg2 string, arg3 datastore.SearchParams, arg4 datastore.Pageable) ([]datastore.Event, datastore.PaginationData, error)
LoadEventsPaged mocks base method.
type MockEventRepositoryMockRecorder ¶
type MockEventRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockEventRepositoryMockRecorder is the mock recorder for MockEventRepository.
func (*MockEventRepositoryMockRecorder) CountGroupMessages ¶
func (mr *MockEventRepositoryMockRecorder) CountGroupMessages(ctx, groupID interface{}) *gomock.Call
CountGroupMessages indicates an expected call of CountGroupMessages.
func (*MockEventRepositoryMockRecorder) CreateEvent ¶
func (mr *MockEventRepositoryMockRecorder) CreateEvent(arg0, arg1 interface{}) *gomock.Call
CreateEvent indicates an expected call of CreateEvent.
func (*MockEventRepositoryMockRecorder) DeleteGroupEvents ¶
func (mr *MockEventRepositoryMockRecorder) DeleteGroupEvents(arg0, arg1 interface{}) *gomock.Call
DeleteGroupEvents indicates an expected call of DeleteGroupEvents.
func (*MockEventRepositoryMockRecorder) FindEventByID ¶
func (mr *MockEventRepositoryMockRecorder) FindEventByID(ctx, id interface{}) *gomock.Call
FindEventByID indicates an expected call of FindEventByID.
func (*MockEventRepositoryMockRecorder) LoadEventIntervals ¶
func (mr *MockEventRepositoryMockRecorder) LoadEventIntervals(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
LoadEventIntervals indicates an expected call of LoadEventIntervals.
func (*MockEventRepositoryMockRecorder) LoadEventsPaged ¶
func (mr *MockEventRepositoryMockRecorder) LoadEventsPaged(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
LoadEventsPaged indicates an expected call of LoadEventsPaged.
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) DeleteGroup ¶
func (m *MockGroupRepository) DeleteGroup(ctx context.Context, uid string) error
DeleteGroup 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) (*datastore.Group, error)
FetchGroupByID mocks base method.
func (*MockGroupRepository) FetchGroupsByIDs ¶
func (m *MockGroupRepository) FetchGroupsByIDs(arg0 context.Context, arg1 []string) ([]datastore.Group, error)
FetchGroupsByIDs mocks base method.
func (*MockGroupRepository) LoadGroups ¶
func (m *MockGroupRepository) LoadGroups(arg0 context.Context, arg1 *datastore.GroupFilter) ([]*datastore.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) DeleteGroup ¶
func (mr *MockGroupRepositoryMockRecorder) DeleteGroup(ctx, uid interface{}) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup.
func (*MockGroupRepositoryMockRecorder) FetchGroupByID ¶
func (mr *MockGroupRepositoryMockRecorder) FetchGroupByID(arg0, arg1 interface{}) *gomock.Call
FetchGroupByID indicates an expected call of FetchGroupByID.
func (*MockGroupRepositoryMockRecorder) FetchGroupsByIDs ¶
func (mr *MockGroupRepositoryMockRecorder) FetchGroupsByIDs(arg0, arg1 interface{}) *gomock.Call
FetchGroupsByIDs indicates an expected call of FetchGroupsByIDs.
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) Consumer ¶
func (m *MockQueuer) Consumer() taskq.QueueConsumer
Consumer mocks base method.
func (*MockQueuer) EXPECT ¶
func (m *MockQueuer) EXPECT() *MockQueuerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockQueuer) WriteEvent ¶ added in v0.5.3
func (m *MockQueuer) WriteEvent(arg0 context.Context, arg1 convoy.TaskName, arg2 *datastore.Event, arg3 time.Duration) error
WriteEvent mocks base method.
func (*MockQueuer) WriteEventDelivery ¶ added in v0.5.3
func (m *MockQueuer) WriteEventDelivery(arg0 context.Context, arg1 convoy.TaskName, arg2 *datastore.EventDelivery, arg3 time.Duration) error
WriteEventDelivery mocks base method.
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) Consumer ¶
func (mr *MockQueuerMockRecorder) Consumer() *gomock.Call
Consumer indicates an expected call of Consumer.
func (*MockQueuerMockRecorder) WriteEvent ¶ added in v0.5.3
func (mr *MockQueuerMockRecorder) WriteEvent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
WriteEvent indicates an expected call of WriteEvent.
func (*MockQueuerMockRecorder) WriteEventDelivery ¶ added in v0.5.3
func (mr *MockQueuerMockRecorder) WriteEventDelivery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
WriteEventDelivery indicates an expected call of WriteEventDelivery.
type MockRateLimiter ¶ added in v0.5.0
type MockRateLimiter struct {
// contains filtered or unexported fields
}
MockRateLimiter is a mock of RateLimiter interface.
func NewMockRateLimiter ¶ added in v0.5.0
func NewMockRateLimiter(ctrl *gomock.Controller) *MockRateLimiter
NewMockRateLimiter creates a new mock instance.
func (*MockRateLimiter) Allow ¶ added in v0.5.0
func (m *MockRateLimiter) Allow(ctx context.Context, key string, limit, duration int) (*redis_rate.Result, error)
Allow mocks base method.
func (*MockRateLimiter) EXPECT ¶ added in v0.5.0
func (m *MockRateLimiter) EXPECT() *MockRateLimiterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimiter) ShouldAllow ¶ added in v0.5.0
func (m *MockRateLimiter) ShouldAllow(ctx context.Context, key string, limit, duration int) (*redis_rate.Result, error)
ShouldAllow mocks base method.
type MockRateLimiterMockRecorder ¶ added in v0.5.0
type MockRateLimiterMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimiterMockRecorder is the mock recorder for MockRateLimiter.
func (*MockRateLimiterMockRecorder) Allow ¶ added in v0.5.0
func (mr *MockRateLimiterMockRecorder) Allow(ctx, key, limit, duration interface{}) *gomock.Call
Allow indicates an expected call of Allow.
func (*MockRateLimiterMockRecorder) ShouldAllow ¶ added in v0.5.0
func (mr *MockRateLimiterMockRecorder) ShouldAllow(ctx, key, limit, duration interface{}) *gomock.Call
ShouldAllow indicates an expected call of ShouldAllow.
type MockSender ¶ added in v0.5.3
type MockSender struct {
// contains filtered or unexported fields
}
MockSender is a mock of Sender interface.
func NewMockSender ¶ added in v0.5.3
func NewMockSender(ctrl *gomock.Controller) *MockSender
NewMockSender creates a new mock instance.
func (*MockSender) EXPECT ¶ added in v0.5.3
func (m *MockSender) EXPECT() *MockSenderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSender) SendNotification ¶ added in v0.5.3
func (m *MockSender) SendNotification(arg0 context.Context, arg1 *notification.Notification) error
SendNotification mocks base method.
type MockSenderMockRecorder ¶ added in v0.5.3
type MockSenderMockRecorder struct {
// contains filtered or unexported fields
}
MockSenderMockRecorder is the mock recorder for MockSender.
func (*MockSenderMockRecorder) SendNotification ¶ added in v0.5.3
func (mr *MockSenderMockRecorder) SendNotification(arg0, arg1 interface{}) *gomock.Call
SendNotification indicates an expected call of SendNotification.
type MockTracer ¶
type MockTracer struct {
// contains filtered or unexported fields
}
MockTracer is a mock of Tracer interface.
func NewMockTracer ¶
func NewMockTracer(ctrl *gomock.Controller) *MockTracer
NewMockTracer creates a new mock instance.
func (*MockTracer) EXPECT ¶
func (m *MockTracer) EXPECT() *MockTracerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTracer) NewContext ¶ added in v0.5.3
func (m *MockTracer) NewContext(ctx context.Context, txn *newrelic.Transaction) context.Context
NewContext mocks base method.
func (*MockTracer) RequestWithTransactionContext ¶
func (m *MockTracer) RequestWithTransactionContext(r *http.Request, txn *newrelic.Transaction) *http.Request
RequestWithTransactionContext mocks base method.
func (*MockTracer) SetWebRequestHTTP ¶
func (m *MockTracer) SetWebRequestHTTP(r *http.Request, txn *newrelic.Transaction)
SetWebRequestHTTP mocks base method.
func (*MockTracer) SetWebResponse ¶
func (m *MockTracer) SetWebResponse(w http.ResponseWriter, txn *newrelic.Transaction) http.ResponseWriter
SetWebResponse mocks base method.
func (*MockTracer) StartTransaction ¶
func (m *MockTracer) StartTransaction(name string) *newrelic.Transaction
StartTransaction mocks base method.
type MockTracerMockRecorder ¶
type MockTracerMockRecorder struct {
// contains filtered or unexported fields
}
MockTracerMockRecorder is the mock recorder for MockTracer.
func (*MockTracerMockRecorder) NewContext ¶ added in v0.5.3
func (mr *MockTracerMockRecorder) NewContext(ctx, txn interface{}) *gomock.Call
NewContext indicates an expected call of NewContext.
func (*MockTracerMockRecorder) RequestWithTransactionContext ¶
func (mr *MockTracerMockRecorder) RequestWithTransactionContext(r, txn interface{}) *gomock.Call
RequestWithTransactionContext indicates an expected call of RequestWithTransactionContext.
func (*MockTracerMockRecorder) SetWebRequestHTTP ¶
func (mr *MockTracerMockRecorder) SetWebRequestHTTP(r, txn interface{}) *gomock.Call
SetWebRequestHTTP indicates an expected call of SetWebRequestHTTP.
func (*MockTracerMockRecorder) SetWebResponse ¶
func (mr *MockTracerMockRecorder) SetWebResponse(w, txn interface{}) *gomock.Call
SetWebResponse indicates an expected call of SetWebResponse.
func (*MockTracerMockRecorder) StartTransaction ¶
func (mr *MockTracerMockRecorder) StartTransaction(name interface{}) *gomock.Call
StartTransaction indicates an expected call of StartTransaction.