response

package
v3.0.0-...-471bf3a Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Openid []string `json:"openid"`
}

type ResponseTagGet

type ResponseTagGet struct {
	response.ResponseOfficialAccount

	Tag *Tag `json:"tag"`
}

type ResponseTagGetList

type ResponseTagGetList struct {
	response.ResponseOfficialAccount
	Tags []*Tag `json:"tags"`
}

type ResponseTagUsers

type ResponseTagUsers struct {
	response.ResponseOfficialAccount

	OpenIDList []string `json:"openid_list"`
	TagID      int      `json:"tagid"`
}

type ResponseUntagUsers

type ResponseUntagUsers struct {
	response.ResponseOfficialAccount

	OpenIDList []string `json:"openid_list"`
	TagID      int      `json:"tagid"`
}

type ResponseUserOfTag

type ResponseUserOfTag struct {
	response.ResponseOfficialAccount

	Count      int    `json:"count"`
	Data       *Data  `json:"data"`
	NextOpenid string `json:"next_openid"`
}

type ResponseUserTags

type ResponseUserTags struct {
	response.ResponseOfficialAccount
	TagIDList []int `json:"tagid_list"`
}

type Tag

type Tag struct {
	ID    int    `json:"id"`
	Name  string `json:"name"`
	Count int    `json:"count"`
}

Jump to

Keyboard shortcuts

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