Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArticleCTRL ¶
ArticleCTRL : Articles Contoller
func (*ArticleCTRL) Create ¶
func (ctrl *ArticleCTRL) Create(c *gin.Context)
Create : Create an Article
func (*ArticleCTRL) Delete ¶
func (ctrl *ArticleCTRL) Delete(c *gin.Context)
Delete : Delete an Article
func (*ArticleCTRL) ReadOne ¶
func (ctrl *ArticleCTRL) ReadOne(c *gin.Context)
ReadOne : Get Article by ID
func (*ArticleCTRL) Update ¶
func (ctrl *ArticleCTRL) Update(c *gin.Context)
Update : Update an Article by ID
Click to show internal directories.
Click to hide internal directories.