milvus/internal/util/mqclient/id.go

7 lines
155 B
Go

package mqclient
type MessageID interface {
// Serialize the message id into a sequence of bytes that can be stored somewhere else
Serialize() []byte
}