Added rollup stats aggregation API endpoint #895
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
|