mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for datacoord Server (#8899)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8901/head
parent
3636ade689
commit
299a83b10d
|
@ -38,6 +38,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/proto/milvuspb"
|
||||
)
|
||||
|
||||
// Server is the grpc server of datacoord
|
||||
type Server struct {
|
||||
ctx context.Context
|
||||
cancel context.CancelFunc
|
||||
|
|
Loading…
Reference in New Issue