Documentation ¶ Index ¶ func New(log *logger.Logger, cfg config.Config, strg storage.StorageI) *gin.Engine type Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(log *logger.Logger, cfg config.Config, strg storage.StorageI) *gin.Engine New ... @title Monolithic project API Endpoints @version 1.0 @description Here QA can test and frontend or mobile developers can get information of API endpoints. @BasePath /v1 @securityDefinitions.apikey BearerAuth @in header @name Authorization Types ¶ type Option ¶ type Option struct { Conf config.Config Logger *logger.Logger Postgres storage.StorageI JWTHandler t.JWTHandler Redis redisrepo.InMemoryStorageI } Option ... Source Files ¶ View all Source files router.go Directories ¶ Show internal Expand all Path Synopsis docs Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag handlers v1 helper email middleware tokens Click to show internal directories. Click to hide internal directories.