Documentation ¶ Index ¶ func G() *viper.Viper func HTTPServer(key string, router http.Handler) (shutdownTimeout time.Duration, server *http.Server) func Init(appName, appVersion, filename string) error func Logger() *logger.Config func ORM() *orm.Config func Redis() *redis.Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func G ¶ func G() *viper.Viper G global config func HTTPServer ¶ func HTTPServer(key string, router http.Handler) (shutdownTimeout time.Duration, server *http.Server) func Init ¶ func Init(appName, appVersion, filename string) error Init settings func Logger ¶ func Logger() *logger.Config Logger config func ORM ¶ func ORM() *orm.Config ORM config func Redis ¶ func Redis() *redis.Config Redis config Types ¶ This section is empty. Source Files ¶ View all Source files http.go init.go logger.go orm.go redis.go Click to show internal directories. Click to hide internal directories.