Documentation
¶
Index ¶
- type Dao
- func (d *Dao) CountTag(name string, state uint8) (int64, error)
- func (d *Dao) CreateTag(name string, state uint8, createdBy string) error
- func (d *Dao) DeleteTag(id uint) error
- func (d *Dao) GetTagList(name string, state uint8, page, pageSize int) ([]*model.Tag, error)
- func (d *Dao) UpdateTag(id uint, name string, state uint8, updatedBy 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.