package
2.5.7+incompatible
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewMockMetaWriter creates a new instance of MockMetaWriter.
NewMockSerializer creates a new instance of MockSerializer.
NewMockSyncManager creates a new instance of MockSyncManager.
NewMockTask creates a new instance of MockTask.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MockMetaWriter is an autogenerated mock type for the MetaWriter type.
MockMetaWriter_DropChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DropChannel'.
No description provided by the author
MockMetaWriter_UpdateSync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSync'.
MockSerializer is an autogenerated mock type for the Serializer type.
MockSerializer_EncodeBuffer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EncodeBuffer'.
No description provided by the author
MockSyncManager is an autogenerated mock type for the SyncManager type.
MockSyncManager_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
No description provided by the author
MockSyncManager_SyncData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SyncData'.
MockSyncManager_TaskStatsJSON_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TaskStatsJSON'.
MockTask is an autogenerated mock type for the Task type.
MockTask_ChannelName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChannelName'.
MockTask_Checkpoint_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Checkpoint'.
No description provided by the author
MockTask_HandleError_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HandleError'.
MockTask_IsFlush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsFlush'.
MockTask_Run_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Run'.
MockTask_SegmentID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SegmentID'.
MockTask_StartPosition_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StartPosition'.
No description provided by the author
No description provided by the author
SyncPack is the struct contains buffer sync data.
No description provided by the author
# Interfaces
MetaWriter is the interface for SyncManager to write segment sync meta.
Serializer is the interface for storage/storageV2 implementation to encoding WriteBuffer into sync task.
SyncManager is the interface for sync manager.
No description provided by the author