Versions in this module Expand all Collapse all v0 v0.1.1 Oct 9, 2023 v0.1.0 Sep 27, 2023 Changes in this version + type Config struct + DB DBConfig + Debug bool + GinMode string + Port int + StaticPath string + func (c *Config) Load(file string) error + type Context struct + Cache *cache.Cache + Cfg *Config + Core core.Core + DB *gorm.DB + func NewContext(config string) (*Context, error) + type DBConfig struct + DSN string + Driver string