Documentation ¶
Index ¶
- Constants
- func Add(uID int, n string) error
- func AddList(uID int, n string) error
- func DeleteByIDAndUserContributionID(id int, cID int) (err error)
- func GetMapByUserContributionIDList(uIDList []int) (map[int][]Tag, error)
- func GetTagNameJoin(uID int) (string, error)
- func Save(id int, n string) (err error)
- func ToTagNameJoin(t []Tag) string
- type Tag
Constants ¶
View Source
const TagMaxNumber = 10
TagMaxNumber タグの最大数
Variables ¶
This section is empty.
Functions ¶
func DeleteByIDAndUserContributionID ¶
DeleteByIDAndUserContributionID IDと投稿IDから削除する
func GetMapByUserContributionIDList ¶
GetMapByUserContributionIDList 投稿IDからマップを取得する
Types ¶
Click to show internal directories.
Click to hide internal directories.