Files
milvus/pkg/.mockery_pkg.yaml
congqixiaandGitHub 7311d450a0 enhance: bump Go dependencies to v3 modules (#49485)
Related to #49398

Bump Go module references from pkg/v2 and milvus-proto/go-api/v2 to
pkg/v3 and milvus-proto/go-api/v3 so the client tracks the Milvus 3.x
release line.

This prepares the repository for the upcoming 3.x.y release by aligning
imports, module dependencies, and proto API references with the new
major-version module paths.

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2026-05-01 10:30:13 +08:00

54 lines
1.8 KiB
YAML

quiet: False
with-expecter: True
filename: "mock_{{.InterfaceName}}.go"
dir: 'mocks/{{trimPrefix .PackagePath "github.com/milvus-io/milvus/pkg/v3" | dir }}/mock_{{.PackageName}}'
mockname: "Mock{{.InterfaceName}}"
outpkg: "mock_{{.PackageName}}"
packages:
github.com/milvus-io/milvus/pkg/v3/kv:
interfaces:
MetaKv:
WatchKV:
github.com/milvus-io/milvus/pkg/v3/streaming/util/message:
interfaces:
MessageID:
ImmutableMessage:
ImmutableTxnMessage:
MutableMessage:
BroadcastMutableMessage:
github.com/milvus-io/milvus/pkg/v3/streaming/walimpls:
interfaces:
OpenerBuilderImpls:
OpenerImpls:
ScannerImpls:
WALImpls:
Interceptor:
InterceptorWithReady:
InterceptorBuilder:
github.com/milvus-io/milvus/pkg/v3/streaming/util/types:
interfaces:
AssignmentDiscoverWatcher:
AssignmentRebalanceTrigger:
github.com/milvus-io/milvus/pkg/v3/streaming/util/ratelimit:
interfaces:
RateLimitObserver:
github.com/milvus-io/milvus/pkg/v3/proto/streamingpb:
interfaces:
StreamingNodeHandlerService_ConsumeServer:
StreamingNodeHandlerService_ProduceServer:
StreamingCoordAssignmentServiceClient:
StreamingCoordAssignmentService_AssignmentDiscoverClient:
StreamingCoordAssignmentService_AssignmentDiscoverServer:
StreamingNodeManagerServiceClient:
StreamingNodeHandlerServiceClient:
StreamingNodeHandlerService_ConsumeClient:
StreamingNodeHandlerService_ProduceClient:
StreamingCoordBroadcastService_WatchServer:
StreamingCoordBroadcastServiceClient:
StreamingCoordBroadcastService_WatchClient:
github.com/milvus-io/milvus-proto/go-api/v3/hook:
interfaces:
Cipher:
Encryptor:
Decryptor: