[skip ci] Add comment for Node (#9411)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-10-07 19:50:46 +08:00 committed by GitHub
parent 15eba04042
commit 36928c5e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()