[skip ci] Add comment for mock/datacoord_client.go (#12802)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-12-06 19:04:03 +08:00 committed by GitHub
parent b2402cd916
commit d7e6678925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
} }