mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Normalize DataNode in comment by convention (#15024)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/15024/merge
parent
86917834bb
commit
ca7988fec7
|
@ -70,7 +70,7 @@ type Server struct {
|
|||
closer io.Closer
|
||||
}
|
||||
|
||||
// NewServer new data node grpc server
|
||||
// NewServer new DataNode grpc server
|
||||
func NewServer(ctx context.Context, factory msgstream.Factory) (*Server, error) {
|
||||
ctx1, cancel := context.WithCancel(ctx)
|
||||
var s = &Server{
|
||||
|
|
Loading…
Reference in New Issue