tags

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 16, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EditTag

func EditTag(rc *resty.Client, params map[string]string) error

EditTag -- Edit tag specified in query parameters

func RenameTag

func RenameTag(rc *resty.Client, params map[string]string) error

RenameTag --- Rename tag specified in query parameters

Types

type TagFolderList

type TagFolderList struct {
	Tags []struct {
		ID          string `json:"id"`
		Sortid      string `json:"sortid"`
		UnreadCount int64  `json:"unread_count"`
		Type        string `json:"type"`
	} `json:"tags"`
}

TagFolderList response

func GetTagList

func GetTagList(rc *resty.Client) (tfl *TagFolderList, err error)

GetTagList --- Get list of tags

Jump to

Keyboard shortcuts

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