response

package
v2.0.40 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CorpTagGroup

type CorpTagGroup struct {
	GroupID    string `json:"group_id"`
	GroupName  string `json:"group_name"`
	CreateTime int    `json:"create_time"`
	Order      int    `json:"order"`
	Deleted    bool   `json:"deleted"`
	Tags       []*Tag `json:"tag"`
}

type ResponseTagAddCorpTag

type ResponseTagAddCorpTag struct {
	response.ResponseWork

	TagGroups *CorpTagGroup `json:"tag_group"`
}

type ResponseTagAddStrategyTag

type ResponseTagAddStrategyTag struct {
	response.ResponseWork

	TagGroups *StrategyTagGroup `json:"tag_group"`
}

type ResponseTagGetCorpTagList

type ResponseTagGetCorpTagList struct {
	response.ResponseWork

	TagGroups []*CorpTagGroup `json:"tag_group"`
}

type ResponseTagGetStrategyTagList

type ResponseTagGetStrategyTagList struct {
	response.ResponseWork

	TagGroups []*StrategyTagGroup `json:"tag_group"`
}

type StrategyTagGroup

type StrategyTagGroup struct {
	GroupId    string `json:"group_id"`
	GroupName  string `json:"group_name"`
	CreateTime int    `json:"create_time"`
	Order      int    `json:"order"`
	StrategyID int    `json:"strategy_id"`
	Tag        []*Tag `json:"tag"`
}

type Tag

type Tag struct {
	ID         string `json:"id"`
	Name       string `json:"name"`
	CreateTime int    `json:"create_time"`
	Order      int    `json:"order"`
	Deleted    bool   `json:"deleted"`
}

Jump to

Keyboard shortcuts

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