Versions in this module Expand all Collapse all v1 v1.1.0 Oct 19, 2024 Changes in this version + type Config struct + ConfigPath string + Port string + Title string + type GateIn struct + func New(ss domain.StartStopInterface, lg *slog.Logger, cnf *Config, ...) *GateIn + func (g *GateIn) GetBarHandler(w http.ResponseWriter, req *http.Request, params httprouter.Params) + func (g *GateIn) HealthCheckHandler(w http.ResponseWriter, req *http.Request, params httprouter.Params) + func (g *GateIn) Metrics(w http.ResponseWriter, req *http.Request, _ httprouter.Params) + func (g *GateIn) ReadynessHandler(w http.ResponseWriter, req *http.Request, params httprouter.Params) + func (g *GateIn) Start() error + func (g *GateIn) Stop() error + func (g *GateIn) SwaggerHandler(w http.ResponseWriter, req *http.Request, _ httprouter.Params) + func (g *GateIn) WelcomeHandler(w http.ResponseWriter, req *http.Request, _ httprouter.Params)