Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JKCmdBase ¶
type JKCmdBase struct {
// contains filtered or unexported fields
}
func NewCmdBase ¶
type JKCmdBaseInfo ¶
type JKCmdBaseInfo struct {
CreateTime int64 `bson:"createTime"`
RecordTime int64 `bson:"recordTime"`
UpdateTime int64 `bson:"updateTime"`
Id int64 `bson:"id"`
Cmd string `bson:"cmd"`
SubCmd string `bson:"subCmd"`
Title string `bson:"title"`
Content string `bson:"content"`
Source string `bson:"source"`
Attr string `bson:"attr"`
}
Click to show internal directories.
Click to hide internal directories.