milvus/internal/reader/flow_graph_node.go
cai.zhang 1cd2fd9954 Add the standard of golangci-lint
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
2020-11-12 12:04:12 +08:00

11 lines
287 B
Go

package reader
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
const maxQueueLength = flowgraph.MaxQueueLength
const maxParallelism = flowgraph.MaxQueueLength
type BaseNode = flowgraph.BaseNode
type Node = flowgraph.Node
type InputNode = flowgraph.InputNode