Versions in this module Expand all Collapse all v1 v1.0.1 Nov 25, 2025 v1.0.0 Mar 9, 2025 Changes in this version + type ApiConfig struct + Addr string + JwtSecret string + LongRequestLimit int + RequireVerification bool + ShortRequestLimit int + UnauthorizedRequestLimit int + type ApiServer struct + App *fiber.App + func NewApiServer(cfg *ApiConfig, db *pgxpool.Pool, logger *slog.Logger) *ApiServer + func (s *ApiServer) Run() error + func (s *ApiServer) Shutdown()