handlers

package
v0.0.0-...-65dd222 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArticleHandler

type ArticleHandler struct {
	// contains filtered or unexported fields
}

func (*ArticleHandler) GetArticle

func (h *ArticleHandler) GetArticle(c echo.Context) error

func (*ArticleHandler) ListArticles

func (h *ArticleHandler) ListArticles(c echo.Context) error

func (*ArticleHandler) UnpublishArticle

func (h *ArticleHandler) UnpublishArticle(c echo.Context) error

func (*ArticleHandler) UpdateArticle

func (h *ArticleHandler) UpdateArticle(c echo.Context) error

func (*ArticleHandler) WriteArticle

func (h *ArticleHandler) WriteArticle(c echo.Context) error

type CommentHandler

type CommentHandler struct {
	// contains filtered or unexported fields
}

func (*CommentHandler) DeleteComment

func (h *CommentHandler) DeleteComment(c echo.Context) error

func (*CommentHandler) ListComments

func (h *CommentHandler) ListComments(c echo.Context) error

func (*CommentHandler) WriteComment

func (h *CommentHandler) WriteComment(c echo.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL