Documentation
¶
Index ¶
- func MessageProfileRedisGet(cubeId string) interface{}
- func UserMessageCleanRedis(id string)
- type Message
- func (m *Message) MessageDelete(id, cubeId, index string) (string, bool)
- func (m *Message) MessageProfileGet(cubeId string) interface{}
- func (m *Message) MessageProfileUserBlogClean(id, deleteId string)
- func (m *Message) MessageProfileUserBlogGet(cubeId, idBox string) (interface{}, bool)
- func (m *Message) MessageProfileUserTalkClean(id, deleteId string)
- func (m *Message) MessageProfileUserTalkGet(cubeId, idBox string) (interface{}, bool)
- func (m *Message) UserMessageClean(cubeId string)
- func (m *Message) UserMessageGet(cubeId, page string) (interface{}, int64, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MessageProfileRedisGet ¶
func MessageProfileRedisGet(cubeId string) interface{}
func UserMessageCleanRedis ¶
func UserMessageCleanRedis(id string)
Types ¶
type Message ¶
type Message struct {
Id int
BlogId int
TalkId int
CubeId string
SendId string
Text string `orm:"type(text)"`
Date string `orm:"index;type(datetime)"`
Blog int
Talk int
Message int
Care int
BlogComment int
TalkComment int
}
func (*Message) MessageDelete ¶
func (*Message) MessageProfileGet ¶
func (*Message) MessageProfileUserBlogClean ¶
func (*Message) MessageProfileUserBlogGet ¶
func (*Message) MessageProfileUserTalkClean ¶
func (*Message) MessageProfileUserTalkGet ¶
func (*Message) UserMessageClean ¶
Click to show internal directories.
Click to hide internal directories.