Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { Router *gin.Engine MongoClient *mongoDriver.Client RedisClient *redis.Client Env *config.Env }
var HttpServer Server
func (*Server) InitRoutes ¶
func (s *Server) InitRoutes()
func (*Server) Initialize ¶
func (s *Server) Initialize(mongoClient *mongoDriver.Client, redisClient *redis.Client, cfg *config.Env)
Click to show internal directories.
Click to hide internal directories.