Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ UseTrafficTLSAddress: false, WSPingInterval: 30 * time.Second, AllowUnauthenticated: false, }
DefaultConfig contains the default configuration.
Functions ¶
Types ¶
type Config ¶ added in v3.9.0
type Config struct { UseTrafficTLSAddress bool `name:"use-traffic-tls-address" description:"Use WSS for the traffic address regardless of the TLS setting"` WSPingInterval time.Duration `name:"ws-ping-interval" description:"Interval to send WS ping messages"` AllowUnauthenticated bool `name:"allow-unauthenticated" description:"Allow unauthenticated connections"` }
Config defines the Basic Station configuration of the Gateway Server.
Click to show internal directories.
Click to hide internal directories.