Versions in this module Expand all Collapse all v1 v1.0.0 May 26, 2024 Changes in this version + type Server struct + Cache *sql.DB + CacheDuration int + Config *config.Config + EventLogger *logger.Logger + Interface string + LLMConfig llm.Config + Logger *logrus.Logger + Model llms.Model + Servers map[uint16]*http.Server + func (s *Server) ListenForShutdownSignals() + func (s *Server) SetupServer(pc config.PortConfig) *http.Server + func (s *Server) StartHTTPServer(server *http.Server, pc config.PortConfig) error + func (s *Server) StartServers() error + func (s *Server) StartTLSServer(server *http.Server, pc config.PortConfig) error