复制项目
This commit is contained in:
7
pkg/common/storage/model/seq.go
Normal file
7
pkg/common/storage/model/seq.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type SeqConversation struct {
|
||||
ConversationID string `bson:"conversation_id"`
|
||||
MaxSeq int64 `bson:"max_seq"`
|
||||
MinSeq int64 `bson:"min_seq"`
|
||||
}
|
||||
Reference in New Issue
Block a user