Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { EndpointPort uint `yaml:"endpointPort"` SignalServer string `yaml:"signalServer"` Server string `yaml:"server"` Addr string `yaml:"addr"` Hostname string `yaml:"hostname"` StunServer []string `yaml:"stunServer"` Subscriptions []Subscriptions `yaml:"subscriptions"` Logging struct { Level string `yaml:"level"` } `yaml:"logging"` Plugins []Plugin `yaml:"plugins"` }
type Plugin ¶
type Plugin struct { Name string `yaml:"name"` Address string `yaml:"address"` Spec map[string]interface{} `yaml:"spec"` }
func (*Plugin) LoadPluginConfig ¶
LoadPluginConfig loads the specific configuration for a plugin
type Subscriptions ¶
type Subscriptions struct {
Topic string `yaml:"topic"`
}
Click to show internal directories.
Click to hide internal directories.