milvus/pkg/.mockery_pkg.yaml
yihao.dai 5ad8a29c0b
enhance: Speed up CDC scheduling (#44564)
Make CDC watch etcd replicate pchannel meta instead of listing them
periodically.

issue: https://github.com/milvus-io/milvus/issues/44123

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-10-15 10:15:59 +08:00

51 lines
1.7 KiB
YAML

quiet: False
with-expecter: True
filename: "mock_{{.InterfaceName}}.go"
dir: 'mocks/{{trimPrefix .PackagePath "github.com/milvus-io/milvus/pkg/v2" | dir }}/mock_{{.PackageName}}'
mockname: "Mock{{.InterfaceName}}"
outpkg: "mock_{{.PackageName}}"
packages:
github.com/milvus-io/milvus/pkg/v2/kv:
interfaces:
MetaKv:
WatchKV:
github.com/milvus-io/milvus/pkg/v2/streaming/util/message:
interfaces:
MessageID:
ImmutableMessage:
ImmutableTxnMessage:
MutableMessage:
BroadcastMutableMessage:
github.com/milvus-io/milvus/pkg/v2/streaming/walimpls:
interfaces:
OpenerBuilderImpls:
OpenerImpls:
ScannerImpls:
WALImpls:
Interceptor:
InterceptorWithReady:
InterceptorBuilder:
github.com/milvus-io/milvus/pkg/v2/streaming/util/types:
interfaces:
AssignmentDiscoverWatcher:
AssignmentRebalanceTrigger:
github.com/milvus-io/milvus/pkg/v2/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/v2/hook:
interfaces:
Cipher:
Encryptor:
Decryptor: