Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushRequest ¶
type PushRequest struct {
Id int64
MsgId string
GmtCreate time.Time
RoomId int64
UserId int64
MethodName string
Data string `orm:"type(text)"`
}
func (*PushRequest) SetData ¶
func (this *PushRequest) SetData(v interface{})
func (*PushRequest) TableIndex ¶
func (this *PushRequest) TableIndex() [][]string
Click to show internal directories.
Click to hide internal directories.