Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMsgTplDao ¶
type MessageTemplate ¶
type MessageTemplate struct { Id string `bson:"_id"` Name string `bson:"name"` Title string `bson:"title"` Content string `bson:"content"` // 0 未激活,1 激活 Active uint `bson:"active"` // 0 webmaster 站长, 1 user 用户 RecipientType uint `bson:"recipient_type"` CreateTime int64 `bson:"create_time"` UpdateTime int64 `bson:"update_time"` }
type MsgTplDao ¶
type MsgTplDao struct {
// contains filtered or unexported fields
}
func NewMsgTplDao ¶
func (*MsgTplDao) FindMsgTplByName ¶
Click to show internal directories.
Click to hide internal directories.