Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2026 Changes in this version + type App struct + DB *gorm.DB + Echo *echo.Echo + Logger zerolog.Logger + func New(db *gorm.DB, config *config.Config) *App + func (a *App) Start(addr string) error