package
Version:
v0.4.4
Opens a new window with list of versions in this module.
Published: Jun 3, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Global = &cfg.Global
Pipeline = &cfg.Pipeline
Rtp = &cfg.Rtp
Log = &cfg.Log
Etcd = &cfg.Etcd
Nats = &cfg.Nats
CfgFile = &cfg.CfgFile
)
type Config struct {
Global global `mapstructure:"global"`
Pipeline pipeline `mapstructure:"pipeline"`
Rtp rtp `mapstructure:"rtp"`
Log log `mapstructure:"log"`
Etcd etcd `mapstructure:"etcd"`
Nats nats `mapstructure:"nats"`
CfgFile string
}
Config for base AVP
Source Files
¶
Click to show internal directories.
Click to hide internal directories.