Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerHTTP ¶
func NewServerHTTP ¶
func NewServerHTTP(authHandler handlerInterface.AuthHandler, middleware middleware.Middleware, adminHandler handlerInterface.AdminHandler, userHandler handlerInterface.UserHandler, cartHandler handlerInterface.CartHandler, paymentHandler handlerInterface.PaymentHandler, productHandler handlerInterface.ProductHandler, orderHandler handlerInterface.OrderHandler, couponHandler handlerInterface.CouponHandler, offerHandler handlerInterface.OfferHandler, stockHandler handlerInterface.StockHandler, branHandler handlerInterface.BrandHandler, ) *ServerHTTP
@title E-commerce Application Backend API @description Backend API built with Golang using Clean Code architecture. \nGithub: [https://github.com/nikhilnarayanan623/ecommerce-gin-clean-arch].
@contact.name For API Support @contact.email nikhilnarayanan623@gmail.com
@license.name MIT @license.url https://opensource.org/licenses/MIT
@BasePath /api @SecurityDefinitions.apikey BearerAuth @Name Authorization @In header @Description Add prefix of Bearer before token Ex: "Bearer token" @Query.collection.format multi
func (*ServerHTTP) Start ¶
func (s *ServerHTTP) Start() error
Click to show internal directories.
Click to hide internal directories.