9 lines
116 B
Go
9 lines
116 B
Go
package model
|
|
|
|
type MsgIndex struct {
|
|
Mid string
|
|
Seq string
|
|
SenderId string
|
|
CreateTime uint64
|
|
}
|