Versions in this module Expand all Collapse all v1 v1.0.0 Sep 8, 2020 Changes in this version + type Server struct + Config config.IConfig + ConfigPath string + Router *router.Router + func (s *Server) InitConfig(confPath string) + func (s *Server) InitDb() + func (s *Server) InitLogger() + func (s *Server) InitMemcached() + func (s *Server) InitRedis() + func (s *Server) InitRouter() + func (s *Server) InitServer() + func (s *Server) Run() + func (s *Server) SetAddress(addr string) + func (s *Server) SetTimeout(timeout int) + func (s *Server) Start()