Skip to content

Commit

Permalink
enhance: Generate milvusclient mockery with lastest proto
Browse files Browse the repository at this point in the history
Related to milvus-io#37558

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Nov 11, 2024
1 parent a88fff1 commit 9d8c80a
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ unittest:

generate-mockery:
@echo "Generating mockery Milvus service server"
@../bin/mockery --srcpkg=github.com/milvus-io/milvus-proto/go-api/v2/milvuspb --name=MilvusServiceServer --filename=mock_milvus_server_test.go --output=. --outpkg=client --with-expecter
@../bin/mockery --srcpkg=github.com/milvus-io/milvus-proto/go-api/v2/milvuspb --name=MilvusServiceServer --filename=mock_milvus_server_test.go --output=milvusclient --outpkg=milvusclient --with-expecter
Loading

0 comments on commit 9d8c80a

Please sign in to comment.