mirror of https://github.com/milvus-io/milvus.git
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
|