Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blog ¶
type Post ¶
type Post struct {
Author string `json:"author"` // Author of post
Title string `json:"title"` // Title of blog post
Path string `json:"path"` // Path
Tags []string `json:"tags"` // Tags
Published time.Time `json:"published"` // Time blog should be published
Written time.Time `json:"written"` // Time blog was written
Body string
}
Click to show internal directories.
Click to hide internal directories.