Versions in this module Expand all Collapse all v1 v1.0.0 May 12, 2023 Changes in this version + func BatchTag(clt *core.Client, openIdList []string, tagId int) (err error) + func BatchUntag(clt *core.Client, openIdList []string, tagId int) (err error) + func Delete(clt *core.Client, tagId int) (err error) + func Update(clt *core.Client, tagId int, name string) (err error) + type GetResult struct + Count int + Data struct{ ... } + NextOpenId string + func TagGet(clt *core.Client, tagId int, nextOpenId string) (rslt *GetResult, err error) + type Tag struct + Id int + Name string + UserCount int + func Create(clt *core.Client, name string) (tag *Tag, err error) + func List(clt *core.Client) (tags []Tag, err error)