Documentation ¶
Index ¶
Constants ¶
View Source
const ( // StateNormal 正常 StateNormal = 0 // StateDel 删除 StateDel = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Template ¶
type Template struct { ID int64 `json:"tid"` Name string `json:"name"` // Arctype string `json:"-"` TypeID int16 `json:"typeid"` Title string `json:"title"` Tag string `json:"tags"` Content string `json:"description"` Copyright int8 `json:"copyright"` State int8 `json:"-"` CTime time.Time `json:"-"` MTime time.Time `json:"-"` }
Template archive template.
Click to show internal directories.
Click to hide internal directories.