Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ListenAddr string WithMetrics bool MetricsListenAddr string HTTPClient *http.Client Iss *url.URL Logger logrus.FieldLogger Metrics prometheus.Registerer Survey prometheus.Registerer KWMServerURIs []*url.URL ICEInterfaces []string ICENetworkTypes []string ICEEphemeralUDPPortRange [2]uint16 ICELite bool }
Config defines a Server's configuration settings.
Click to show internal directories.
Click to hide internal directories.