Documentation
¶
Index ¶
Constants ¶
View Source
const ( // If it is not inialized, AllowComments is -1 DefaultAllowComments = -1 // If it is not inialized, AllowPings is -1 DefaultAllowPings = -1 )
Default
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Author string Title string Basename string Status string // 0 or 1. If it is not inialized DefaultAllowComments. AllowComments int // 0 or 1. If it is not inialized DefaultAllowPings AllowPings int ConvertBreaks string Date time.Time PrimaryCategory string Category []string Body string ExtendedBody string Excerpt string }
Movable Type Import Format
Click to show internal directories.
Click to hide internal directories.