milvus/pkg/.mockery_pkg.yaml
Zhen Ye 0e83a08ffe
enhance: enable cipher for streaming message (#40659)
issue: #40321

- add cipher plugin for streaming message package.
- add more unittest for streaming message.
- remove redundant code for streaming message.

Signed-off-by: chyezh <chyezh@outlook.com>
2025-03-26 16:30:20 +08:00

50 lines
1.6 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:
github.com/milvus-io/milvus/pkg/v2/streaming/util/message:
interfaces:
MessageID:
ImmutableMessage:
ImmutableTxnMessage:
MutableMessage:
RProperties:
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: