mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
f4c643f1bd
Signed-off-by: sunby <bingyi.sun@zilliz.com>
8 lines
193 B
Go
8 lines
193 B
Go
package querynode
|
|
|
|
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
|
|
|
|
type BaseNode = flowgraph.BaseNode
|
|
type Node = flowgraph.Node
|
|
type InputNode = flowgraph.InputNode
|