Documentation ¶
Overview ¶
Description: Author: Michael Cheung Github: https://github.com/gzmichaelcheung Date: 2020-11-23 16:22:40 LastEditors: Michael Cheung LastEditTime: 2020-11-23 16:22:40
Index ¶
- type DAO
- func (d *DAO) CountTag(name string, state uint8) (int, error)
- func (d *DAO) CreateTag(name string, state uint8, createdBy string) error
- func (d *DAO) DeleteTag(id uint32) error
- func (d *DAO) GetTagList(name string, state uint8, page, pageSize int) ([]*model.Tag, error)
- func (d *DAO) UpdateTag(id uint32, name string, state uint8, modifiedBy string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.