Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AVPProcesser ¶
type AVPProcesser struct {
// contains filtered or unexported fields
}
AVPProcesser represents an avp instance
func NewAVPProcesser ¶
func NewAVPProcesser(c avp.Config, elems map[string]avp.ElementFun) *AVPProcesser
NewAVPProcesser creates a new avp instance
type Config ¶
type Config struct { Global global `mapstructure:"global"` Nats natsConf `mapstructure:"nats"` Node nodeConf `mapstructure:"node"` Element elementConf `mapstructure:"element"` iavp.Config `mapstructure:"avp"` }
Config for avp node
Click to show internal directories.
Click to hide internal directories.