Documentation ¶ Index ¶ func Close() func Init(conf Config) error type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Close ¶ added in v1.5.0 func Close() Close all func Init ¶ func Init(conf Config) error Init avp node Types ¶ type Config ¶ added in v1.5.0 type Config struct { Global global `mapstructure:"global"` Etcd etcdConf `mapstructure:"etcd"` Nats natsConf `mapstructure:"nats"` Element elementConf `mapstructure:"element"` iavp.Config `mapstructure:"avp"` } Config for avp node Source Files ¶ View all Source files init.go internal.go server.go sfu.go Click to show internal directories. Click to hide internal directories.