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