response

package
v3.2.47 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 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 Link struct {
	LinkId     string `json:"link_id"`   // 链接ID
	LinkName   string `json:"link_name"` // 链接名称
	Url        string `json:"url"`
	SkipVerify bool   `json:"skip_verify"`
	CreateTime int64  `json:"create_time"`
}

type PriorityOption

type PriorityOption struct {
	PriorityType       int      `json:"priority_type"`
	PriorityUseridList []string `json:"priority_userid_list"`
}

type Range

type Range struct {
	UserList       []string `json:"user_list"`
	DepartmentList []string `json:"department_list"`
}
type ResponseCreateLink struct {
	response.ResponseWork

	Link Link `json:"link"`
}
type ResponseGetLink struct {
	response.ResponseWork

	Link           *Link           `json:"link"`
	Range          *Range          `json:"range"`
	PriorityOption *PriorityOption `json:"priority_option"`
}
type ResponseListLink struct {
	response.ResponseWork

	LinkIdList []string `json:"link_id_list"`
	NextCursor string   `json:"next_cursor"`
}

Jump to

Keyboard shortcuts

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