mirror of https://github.com/milvus-io/milvus.git
Add DataNode implementation Assertion (#9144)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/9150/head
parent
e20445987e
commit
becf6c8f7d
|
@ -64,6 +64,9 @@ const (
|
||||||
|
|
||||||
const illegalRequestErrStr = "Illegal request"
|
const illegalRequestErrStr = "Illegal request"
|
||||||
|
|
||||||
|
// makes sure DataNode implements types.DataNode
|
||||||
|
var _ types.DataNode = (*DataNode)(nil)
|
||||||
|
|
||||||
// DataNode communicates with outside services and unioun all
|
// DataNode communicates with outside services and unioun all
|
||||||
// services in datanode package.
|
// services in datanode package.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue