[skip e2e] Add comment for inputNode (#13791)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-20 19:45:06 +08:00 committed by GitHub
parent 69b7f02f4f
commit 43e535f3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,6 @@ type baseNode = flowgraph.BaseNode
// node is type flowgraph.Node
type node = flowgraph.Node
// inputNode is type flowgraph.InputNode
type inputNode = flowgraph.InputNode