package config type Webrtc struct { Path string `mapstructure:"path" json:"path" yaml:"path"` RewindUrl string `mapstructure:"rewind-url" json:"rewind-url" yaml:"rewind-url"` }