Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriorityOption ¶
type RequestCreateLink ¶
type RequestCreateLink struct {
LinkName string `json:"link_name"` // 链接名称
Range *Range `json:"range"` // 1,
SkipVerify bool `json:"skip_verify"` // true,
PriorityOption *PriorityOption `json:"priority_option"`
}
type RequestDeleteLink ¶
type RequestDeleteLink struct {
LinkId string `json:"link_id"`
}
type RequestGetLink ¶
type RequestGetLink struct {
LinkId string `json:"link_id"`
}
type RequestListLink ¶
type RequestUpdateLink ¶
type RequestUpdateLink struct {
LinkId string `json:"link_id"` // 链接ID
LinkName string `json:"link_name"` // 链接名称
Range *Range `json:"range"` // 1,
SkipVerify bool `json:"skip_verify"` // true,
PriorityOption *PriorityOption `json:"priority_option"`
}
Click to show internal directories.
Click to hide internal directories.