Documentation
¶
Overview ¶
Package http implements routing paths. Each services in own file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRouter ¶
func NewRouter(app *gin.Engine, cfg *config.Config, t usecase.Translation, u usecase.User, k usecase.Kafka, r usecase.Redis, n usecase.Nats, v usecase.VietQR, billing usecase.Billing, l logger.Interface, shipperLocation usecase.ShipperLocation, paymentUseCase *payment.PaymentUseCase, billingUseCase *billing.UseCase)
NewRouter -. Swagger spec: @title Go Dev Kit Template API @description Using a translation service and user management as examples @version 1.0 @host localhost:10000 @securityDefinitions.apikey BearerAuth @in header @name Authorization @description Type "Bearer" followed by a space and JWT token.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.