Browse Source

bug(plugin):Failed to create tdengine sink #559 (#560)

Co-authored-by: EMqmyd <mayuedong@emx.io>
EMQmyd 4 years atrás
parent
commit
2ee07b9612
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/sinks/tdengine/tdengine.go

+ 1 - 1
plugins/sinks/tdengine/tdengine.go

@@ -175,6 +175,6 @@ func (m *taosSink) Close(ctx api.StreamContext) error {
 	return nil
 }
 
-func Taos() api.Sink {
+func Tdengine() api.Sink {
 	return &taosSink{}
 }