mirror of https://github.com/milvus-io/milvus.git
parent
15eba04042
commit
36928c5e06
|
@ -31,6 +31,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/types"
|
||||
)
|
||||
|
||||
// Node provides many interfaces to access querynode via grpc
|
||||
type Node interface {
|
||||
start() error
|
||||
stop()
|
||||
|
|
Loading…
Reference in New Issue