Skip to content

Commit

Permalink
fix: add QueryMapParam
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Sep 13, 2024
1 parent 65c4023 commit 2888f04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/httpserver/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ package httpserver
import (
"context"
"fmt"
"github.com/labstack/echo/v4"
"os"
"strconv"
"strings"

"github.com/kaytu-io/kaytu-util/pkg/metrics"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
"go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/exporters/jaeger"
"go.opentelemetry.io/otel/propagation"
sdktrace "go.opentelemetry.io/otel/sdk/trace"
"gopkg.in/go-playground/validator.v9"

"go.uber.org/zap"
)

Expand Down

0 comments on commit 2888f04

Please sign in to comment.