Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2020 v1.0.0 Aug 7, 2019 Changes in this version + func IsPathExist(path string) bool + func RC() *redis.ClusterClient + type Config struct + Listen string + Logger Logger + Redis Redis + func (c *Config) LoadConfig(path string) error + type Logger struct + Level string + LogPath string + MaxAge int + MaxBackups int + MaxSize int + type Meta struct + Code int + Error string + type Redis struct + Cluster []string + DB int + Password string + PoolSize int + type Resp struct + Data interface{} + Meta Meta + type Server struct + Config *Config + func (s *Server) Start() error