Documentation
¶
Index ¶
- type Handler
- func (h *Handler) CreatePost(c *gin.Context)
- func (h *Handler) DeletePost(c *gin.Context)
- func (h *Handler) GetPost(c *gin.Context)
- func (h *Handler) GetPosts(c *gin.Context)
- func (h *Handler) Register(group *gin.RouterGroup)
- func (h *Handler) SearchPosts(c *gin.Context)
- func (h *Handler) UpdatePost(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func (*Handler) CreatePost ¶
func (*Handler) DeletePost ¶
func (*Handler) Register ¶
func (h *Handler) Register(group *gin.RouterGroup)
func (*Handler) SearchPosts ¶
func (*Handler) UpdatePost ¶
Click to show internal directories.
Click to hide internal directories.