Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentApiHandler ¶
type CommentApiHandler struct {
// contains filtered or unexported fields
}
func (*CommentApiHandler) AddComment ¶
func (c *CommentApiHandler) AddComment(ctx *gin.Context)
func (*CommentApiHandler) GetAllComments ¶
func (c *CommentApiHandler) GetAllComments(ctx *gin.Context)
func (*CommentApiHandler) Init ¶
func (c *CommentApiHandler) Init() error
func (*CommentApiHandler) Name ¶
func (c *CommentApiHandler) Name() string
func (*CommentApiHandler) Registry ¶
func (c *CommentApiHandler) Registry(router gin.IRouter)
Click to show internal directories.
Click to hide internal directories.