Imports
- github.com/avast/retry-go
- github.com/elastic/go-elasticsearch/v8
- github.com/go-playground/validator/v10
- github.com/heptiolabs/healthcheck
- github.com/jackc/pgx/v4/pgxpool
- github.com/labstack/echo/v4
- github.com/labstack/echo/v4/middleware
- github.com/nats-io/nats.go
- github.com/opentracing/opentracing-go
- github.com/pkg/errors
- github.com/prometheus/client_golang/prometheus/promhttp
- github.com/redis/go-redis/v9
- github.com/segmentio/kafka-go
- go.mongodb.org/mongo-driver/bson
- go.mongodb.org/mongo-driver/mongo
- go.mongodb.org/mongo-driver/mongo/options
- go.temporal.io/sdk/client
Imports in module “github.com/saeed903/fileprocessing”
- github.com/saeed903/fileprocessing/config
- github.com/saeed903/fileprocessing/internal/fileprocessing/delivery/http/v1
- github.com/saeed903/fileprocessing/internal/fileprocessing/delivery/kafka/elasticsearch_subscription
- github.com/saeed903/fileprocessing/internal/fileprocessing/delivery/kafka/mongo_subscription
- github.com/saeed903/fileprocessing/internal/fileprocessing/domain
- github.com/saeed903/fileprocessing/internal/fileprocessing/domain/aggregate
- github.com/saeed903/fileprocessing/internal/fileprocessing/projection/elasticsearch_projection
- github.com/saeed903/fileprocessing/internal/fileprocessing/projection/mongo_projection
- github.com/saeed903/fileprocessing/internal/fileprocessing/repository/elasticsearch_repository
- github.com/saeed903/fileprocessing/internal/fileprocessing/repository/mongo_repository
- github.com/saeed903/fileprocessing/internal/fileprocessing/service
- github.com/saeed903/fileprocessing/internal/metrics
- github.com/saeed903/fileprocessing/pkg/constants
- github.com/saeed903/fileprocessing/pkg/es
- github.com/saeed903/fileprocessing/pkg/esclient
- github.com/saeed903/fileprocessing/pkg/jetstream
- github.com/saeed903/fileprocessing/pkg/kafka
- github.com/saeed903/fileprocessing/pkg/logger
- github.com/saeed903/fileprocessing/pkg/middlewares
- github.com/saeed903/fileprocessing/pkg/migrations
- github.com/saeed903/fileprocessing/pkg/mongodb
- github.com/saeed903/fileprocessing/pkg/postgres
- github.com/saeed903/fileprocessing/pkg/redisdb
- github.com/saeed903/fileprocessing/pkg/service_errors
- github.com/saeed903/fileprocessing/pkg/tracing
- github.com/saeed903/fileprocessing/pkg/utils