Add ClickHouse input plugin (#6441)

This commit is contained in:
Daniel Nelson
2020-03-04 14:20:46 -08:00
committed by GitHub
parent b6892378a0
commit e4caa347a2
12 changed files with 747 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
// +build !go1.12
package clickhouse
// Stop ClickHouse input service
func (ch *ClickHouse) Stop() {}