Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Config struct + Listen string + Routes []Route + func DefaultConfig() *Config + type Gateway struct + Config *Config + func NewGateway(cfg *Config) *Gateway + func (g *Gateway) Describe() string + func (g *Gateway) ExportConfig() string + type Route struct + AuthReq bool + Path string + Protocol string + RateLimit int + Type RouteType + type RouteType string + const RouteBinaryToJSON + const RouteJSONToBinary + const RoutePassthrough