mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for mock/datacoord_client.go (#12802)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/12810/head
parent
b2402cd916
commit
d7e6678925
|
@ -27,6 +27,7 @@ import (
|
||||||
"github.com/milvus-io/milvus/internal/proto/milvuspb"
|
"github.com/milvus-io/milvus/internal/proto/milvuspb"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// DataCoordClient mocks of DataCoordClient
|
||||||
type DataCoordClient struct {
|
type DataCoordClient struct {
|
||||||
Err error
|
Err error
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue