Documentation ¶
Index ¶
- func NotFound(c echo.Context) error
- type AtomLink
- type Channel
- type Handler
- func (h *Handler) Auth(c echo.Context) error
- func (h *Handler) AuthForm(c echo.Context) error
- func (h *Handler) Backups(c echo.Context) error
- func (h *Handler) CreateBackup(c echo.Context) error
- func (h *Handler) CreatePost(c echo.Context) error
- func (h *Handler) DeletePost(c echo.Context) error
- func (h *Handler) DeletePostForm(c echo.Context) error
- func (h *Handler) EditPost(c echo.Context) error
- func (h *Handler) EditPostForm(c echo.Context) error
- func (h *Handler) Manifest(c echo.Context) error
- func (h *Handler) Media(c echo.Context) error
- func (h *Handler) MediaDelete(c echo.Context) error
- func (h *Handler) MediaDeleteForm(c echo.Context) error
- func (h *Handler) MediaEdit(c echo.Context) error
- func (h *Handler) MediaEditForm(c echo.Context) error
- func (h *Handler) MediaUpload(c echo.Context) error
- func (h *Handler) Mediafile(c echo.Context) error
- func (h *Handler) Post(c echo.Context) error
- func (h *Handler) PostLatest(c echo.Context) error
- func (h *Handler) Posts(c echo.Context) error
- func (h *Handler) RSSFeed(c echo.Context) error
- func (h *Handler) RobotTxt(c echo.Context) error
- func (h *Handler) Thumbnail(c echo.Context) error
- type Icon
- type IconSet
- type Item
- type RSS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
func NewHandler ¶
func (*Handler) CreateBackup ¶
func (*Handler) CreatePost ¶
func (*Handler) DeletePost ¶
func (*Handler) DeletePostForm ¶
func (*Handler) EditPostForm ¶
func (*Handler) MediaDelete ¶
func (*Handler) MediaDeleteForm ¶
func (*Handler) MediaEditForm ¶
func (*Handler) MediaUpload ¶
TODO: audio and video
func (*Handler) PostLatest ¶ added in v0.7.0
Displays the latest PUBLIC post
Click to show internal directories.
Click to hide internal directories.