Versions in this module Expand all Collapse all v1 v1.1.0 May 31, 2024 Changes in this version + type Dial struct + Addrs []string + AdvertisedAddr string + Network string + TLS TLS type Listen + AdvertisedAddr string v1.0.0 Mar 13, 2024 Changes in this version + type AMQP struct + Addrs []string + ChannelMax int + Enable bool + Exchanges []struct{ ... } + FrameSize int + Heartbeat int + Locale string + Producer struct{ ... } + QueueBindings []struct{ ... } + Queues []struct{ ... } + Vhost string + type Bypass struct + Addr string + Enable bool + Network string + TLS TLS + type CertKey struct + Cert string + Key string + type Configuration struct + ControlPlane ControlPlane + Daemon Daemon + Dao Dao + Edgebound Edgebound + MQM MQM + Servicebound Servicebound + func Parse() (*Configuration, error) + type ControlPlane struct + Listen Listen + type Daemon struct + PProf PProf + RLimit RLimit + type Dao struct + Debug bool + type Edgebound struct + Bypass Bypass + EdgeIDAllocWhenNoIDServiceOn bool + Listen Listen + type Exchange struct + type Kafka struct + Addrs []string + Enable bool + Producer struct{ ... } + type Listen struct + Addr string + Network string + TLS TLS + type MQ struct + BroadCast bool + type MQM struct + AMQP AMQP + Kafka Kafka + Nats Nats + type Nats struct + Addrs []string + Enable bool + JetStream struct{ ... } + Producer struct{ ... } + type PProf struct + Addr string + CPUProfileRate int + Enable bool + type RLimit struct + Enable bool + NumFile int + type Servicebound struct + Listen Listen + type TLS struct + CACerts []string + Certs []CertKey + Enable bool + InsecureSkipVerify bool + MTLS bool