Versions in this module Expand all Collapse all v0 v0.0.1 Dec 25, 2025 Changes in this version + var Module = fx.Module("setup_config", fx.Provide(newModule)) + type API struct + RootToken string + type Authenticator struct + JWTDuration int64 + type Config struct + API *API + Auth *Authenticator + DB *DB + Log *Logger + Server *Server + Tunnel *Tunnel + type DB struct + ExtraParams string + Host string + Name string + Password string + Port string + Username string + func (dbc *DB) Dial() string + type Logger struct + Level string + type Server struct + CertPath string + Host string + KeyPath string + Port string + QuicHost string + QuicPort string + type Tunnel struct + Endpoint string + ID string + Token string