package
2.5.7
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMockMessageID creates a new instance of MockMessageID.

# Constants

No description provided by the author
SubscriptionPositionEarliest is earliest position which means the start consuming position will be the first message.
SubscriptionPositionLatest is latest position which means the start consuming position will be the last message.
SubscriptionPositionUnkown indicates we don't care about the consumer location, since we are doing another seek or only some meta api over that.

# Structs

MockMessageID is an autogenerated mock type for the MessageID type.
MockMessageID_AtEarliestPosition_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AtEarliestPosition'.
MockMessageID_Equal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Equal'.
No description provided by the author
MockMessageID_LessOrEqualThan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LessOrEqualThan'.
MockMessageID_Serialize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Serialize'.
ProducerMessage contains the messages of a producer.
ProducerOptions contains the options of a producer.

# Interfaces

Message is the interface that provides operations of a consumer.
MessageID is the interface that provides operations of message is.

# Type aliases

SubscriptionInitialPosition is the type of a subscription initial position.