Skip to content

Added rollup stats aggregation API endpoint #895

Added rollup stats aggregation API endpoint

Added rollup stats aggregation API endpoint #895

Triggered via push November 13, 2024 13:56
Status Failure
Total duration 2m 7s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Test: cmd/api/handler/namespace_test.go#L70
cannot use s.rollups (variable of type *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup) as "github.com/celenium-io/celestia-indexer/internal/storage".IRollup value in argument to NewNamespaceHandler: *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup does not implement "github.com/celenium-io/celestia-indexer/internal/storage".IRollup (missing method RollupStatsGrouping)
Test: cmd/api/handler/rollup_test.go#L70
cannot use s.rollups (variable of type *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup) as "github.com/celenium-io/celestia-indexer/internal/storage".IRollup value in argument to NewRollupHandler: *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup does not implement "github.com/celenium-io/celestia-indexer/internal/storage".IRollup (missing method RollupStatsGrouping)
Test: cmd/api/handler/search_test.go#L55
cannot use s.rollup (variable of type *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup) as "github.com/celenium-io/celestia-indexer/internal/storage".IRollup value in argument to NewSearchHandler: *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup does not implement "github.com/celenium-io/celestia-indexer/internal/storage".IRollup (missing method RollupStatsGrouping)
Test
Process completed with exit code 1.
Linter: cmd/api/handler/namespace_test.go#L70
cannot use s.rollups (variable of type *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup) as "github.com/celenium-io/celestia-indexer/internal/storage".IRollup value in argument to NewNamespaceHandler: *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup does not implement "github.com/celenium-io/celestia-indexer/internal/storage".IRollup (missing method RollupStatsGrouping)
Linter: cmd/api/handler/rollup_test.go#L70
cannot use s.rollups (variable of type *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup) as "github.com/celenium-io/celestia-indexer/internal/storage".IRollup value in argument to NewRollupHandler: *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup does not implement "github.com/celenium-io/celestia-indexer/internal/storage".IRollup (missing method RollupStatsGrouping)
Linter: cmd/api/handler/search_test.go#L55
cannot use s.rollup (variable of type *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup) as "github.com/celenium-io/celestia-indexer/internal/storage".IRollup value in argument to NewSearchHandler: *"github.com/celenium-io/celestia-indexer/internal/storage/mock".MockIRollup does not implement "github.com/celenium-io/celestia-indexer/internal/storage".IRollup (missing method RollupStatsGrouping) (typecheck)
Linter
issues found