Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TagsController ¶
type TagsController struct {
// contains filtered or unexported fields
}
func NewTagsController ¶
func NewTagsController(service service.TagsService) *TagsController
func (*TagsController) DeleteById ¶
func (t *TagsController) DeleteById(c *gin.Context)
func (*TagsController) FindAll ¶
func (t *TagsController) FindAll()
func (*TagsController) Save ¶
func (t *TagsController) Save(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.