tags

package
v0.0.0-...-a74fbde Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const TagMaxNumber = 10

TagMaxNumber タグの最大数

Variables

This section is empty.

Functions

func Add

func Add(uID int, n string) error

Add 追加する

func AddList

func AddList(uID int, n string) error

AddList 追加する

func DeleteByIDAndUserContributionID

func DeleteByIDAndUserContributionID(id int, cID int) (err error)

DeleteByIDAndUserContributionID IDと投稿IDから削除する

func GetMapByUserContributionIDList

func GetMapByUserContributionIDList(uIDList []int) (map[int][]Tag, error)

GetMapByUserContributionIDList 投稿IDからマップを取得する

func GetTagNameJoin

func GetTagNameJoin(uID int) (string, error)

GetTagNameJoin 連結したタグ名を取得する

func Save

func Save(id int, n string) (err error)

Save 保存する

func ToTagNameJoin

func ToTagNameJoin(t []Tag) string

ToTagNameJoin タグ名を連結する

Types

type Tag

type Tag struct {
	ID                 uint   `json:"id"`
	UserContributionID int    `json:"userContributionID"`
	Name               string `json:"name"`
}

Tag タグ

func GetListByUserContributionID

func GetListByUserContributionID(uID int) ([]Tag, error)

GetListByUserContributionID 投稿IDからリストを取得する

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL