refac: modified distinct mongo query #127
Annotations
8 errors and 1 warning
test:
internal/handler/delivering_test.go#L23
cannot use mockMongo (variable of type *test.MockMongoHandler) as "pubsub-horizon-golaris/internal/mongo".HandlerInterface value in assignment: *test.MockMongoHandler does not implement "pubsub-horizon-golaris/internal/mongo".HandlerInterface (missing method FindDistinctSubscriptionsForWaitingEvents)
|
test:
internal/handler/delivering_test.go#L32
undefined: cache.DeliveringHandler
|
test:
internal/handler/delivering_test.go#L92
cannot use mockMongo (variable of type *test.MockMongoHandler) as "pubsub-horizon-golaris/internal/mongo".HandlerInterface value in assignment: *test.MockMongoHandler does not implement "pubsub-horizon-golaris/internal/mongo".HandlerInterface (missing method FindDistinctSubscriptionsForWaitingEvents)
|
test:
internal/handler/delivering_test.go#L98
undefined: cache.DeliveringHandler
|
test:
internal/handler/failed_test.go#L24
cannot use mockMongo (variable of type *test.MockMongoHandler) as "pubsub-horizon-golaris/internal/mongo".HandlerInterface value in assignment: *test.MockMongoHandler does not implement "pubsub-horizon-golaris/internal/mongo".HandlerInterface (missing method FindDistinctSubscriptionsForWaitingEvents)
|
test:
internal/handler/failed_test.go#L33
undefined: cache.FailedHandler
|
test:
internal/republish/republish_test.go#L110
cannot use mockMongo (variable of type *test.MockMongoHandler) as "pubsub-horizon-golaris/internal/mongo".HandlerInterface value in assignment: *test.MockMongoHandler does not implement "pubsub-horizon-golaris/internal/mongo".HandlerInterface (missing method FindDistinctSubscriptionsForWaitingEvents)
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|