Versions in this module Expand all Collapse all v0 v0.2.1 Aug 7, 2023 Changes in this version + func CustomLogFormatter(param gin.LogFormatterParams) string + func NewGinEngine(c *Config) *gin.Engine + type AppServer struct + func (s *AppServer) PreRun() error + func (s *AppServer) Run(addr ...string) error + type Config struct + DB *gorm.DB + LoggingDirectory string + func NewConfig() *Config + func (c *Config) New() (*AppServer, error) + type Server interface + PreRun func() error + Run func() error