Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record interface { io.Writer Path() string FullPath() string SetFullPath(string) Title() string SetTitle(string) Body() []byte SetBody([]byte) SetModified(time.Time) Modified() time.Time Load() bool Ignore() Ignored() bool Indexed() time.Time MimeType() string SetMimeType(string) }
Record ...
Click to show internal directories.
Click to hide internal directories.