mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Add comment for Node (#9411)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
15eba04042
commit
36928c5e06
@ -31,6 +31,7 @@ import (
|
|||||||
"github.com/milvus-io/milvus/internal/types"
|
"github.com/milvus-io/milvus/internal/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Node provides many interfaces to access querynode via grpc
|
||||||
type Node interface {
|
type Node interface {
|
||||||
start() error
|
start() error
|
||||||
stop()
|
stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user