13 lines
155 B
JavaScript
13 lines
155 B
JavaScript
Tea.context(function () {
|
|
this.type = ""
|
|
|
|
/**
|
|
* syslog
|
|
*/
|
|
this.syslogProtocol = "none"
|
|
|
|
/**
|
|
* Elastic Search
|
|
*/
|
|
this.esIsDataStream = false
|
|
}) |