Beispiel #1
0
func init() {
	plugins.RegisterInput("HttpListenInput", func() interface{} {
		return new(HttpListenInput)
	})
}
Beispiel #2
0
func init() {
	plugins.RegisterInput("TcpInput", func() interface{} {
		return new(TcpInput)
	})
}
Beispiel #3
0
func init() {
	plugins.RegisterInput("KafkaInput", func() interface{} {
		return new(KafkaInput)
	})
}