Documentation ¶
Index ¶
- Variables
- type Message
- func (m *Message) BatchGetLatestMessage(uId int64, toUIdList []int64) ([]*model.Message, error)
- func (m *Message) ChatAction(message *model.Message) error
- func (m *Message) GetLatestMessage(uId, toUId int64) (*model.Message, error)
- func (m *Message) GetMessages(toId, fromId, time int64) ([]*model.Message, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSuchRecord = errors.New("no such video record")
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func (*Message) BatchGetLatestMessage ¶
func (*Message) GetLatestMessage ¶
Click to show internal directories.
Click to hide internal directories.