Versions in this module Expand all Collapse all v0 v0.1.0 Jun 17, 2026 Changes in this version + type Gateway struct + func Build(cfg *config.Config, version string) (*Gateway, error) + func (g *Gateway) Handler() http.Handler + func (g *Gateway) Reload(newCfg *config.Config) error + func (g *Gateway) Run(ctx context.Context) error + func (g *Gateway) Shutdown() error