package
Version:
v0.0.0-...-8f9ce2e
Opens a new window with list of versions in this module.
Published: Nov 12, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Post struct {
Title string `json:"title"`
SubTitle string `json:"sub_title"`
Content string `json:"content"`
PublicationDate time.Time `json:"publication_date"`
Tags []string `json:"tags"`
MainImage base.Reference `json:"main_image"`
}
type PostHandler struct {
}
type PostMeta struct {
Format string `json:"format"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.