Versions in this module Expand all Collapse all v0 v0.2.0 Jul 6, 2024 v0.1.0 Jun 27, 2024 Changes in this version + type Config struct + HTTPServer HTTPServerConfig + LogFile string + LogLevel string + OMNIbus OMNIbus + func LoadConfig(configPath string) (*Config, error) + type HTTPServerConfig struct + IdleTimeout time.Duration + Listen string + Timeout time.Duration + type OMNIbus struct + Clusters map[string]SeedList + ConnectionLabel string + FailBack bool + FailBackDelay time.Duration + MaxConnections int + RandomFailOver bool + type SeedList []string + func (s *SeedList) UnmarshalText(text []byte) error