package sysevent type Config struct { Enabled bool `json:"enabled"` Address string `json:"address"` Account string `json:"account"` Password string `json:"password"` VHost string `json:"vhost"` Exchange string `json:"exchange"` Queue string `json:"queue"` }