Versions in this module Expand all Collapse all v0 v0.0.1 Feb 23, 2026 Changes in this version + type Container struct + Config *config.Config + DB database.DB + FeedbackController *feedback.Controller + FeedbackRepository feedback.Repository + FeedbackService feedback.Service + LLMClient clients.LLMClient + Logger *zap.Logger + Router *gin.Engine + func NewContainer(cfg *config.Config, logger *zap.Logger) (*Container, error) + type Server struct + func NewServer(container *Container) *Server + func (s *Server) Run() error