Versions in this module Expand all Collapse all v0 v0.1.27 Jan 13, 2025 v0.1.26 Dec 12, 2024 v0.1.25 Dec 12, 2024 v0.1.24 Dec 12, 2024 v0.1.23 Dec 12, 2024 v0.1.22 Sep 16, 2024 v0.1.21 Sep 6, 2024 v0.1.20 Sep 6, 2024 v0.1.19 Sep 5, 2024 v0.1.18 Sep 3, 2024 v0.1.17 Jul 18, 2024 v0.1.16 Jul 17, 2024 v0.1.15 Jul 16, 2024 v0.1.14 Jul 16, 2024 v0.1.13 Jul 15, 2024 v0.1.12 Jul 15, 2024 v0.1.11 Jul 11, 2024 Changes in this version + type Config struct + CORSExtraAllowedHeaders string + CORSMaxAge int + IdleTimeout time.Duration + Port int + RPS int + ReadTimeout time.Duration + WriteTimeout time.Duration + func GetConfigFromEnv() (*Config, error) + type Server struct + func New(cfg *Config, projectApp *projectapp.ProjectApplication, ...) *Server + func (s *Server) Start(ctx context.Context) error + func (s *Server) Stop(ctx context.Context) error