request

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestAgentSet

type RequestAgentSet struct {
	AgentID            int    `json:"agentid"`
	ReportLocationFlag int    `json:"report_location_flag"`
	LogoMediaID        string `json:"logo_mediaid"`
	Name               string `json:"name"`
	Description        string `json:"description"`
	RedirectDomain     string `json:"redirect_domain"`
	IsReportEnter      int    `json:"isreportenter"`
	HomeUrl            string `json:"home_url"`
}

type RequestSetWorkBenchData

type RequestSetWorkBenchData struct {
	AgentID int               `json:"agentid"`
	UserID  string            `json:"userid"`
	Type    string            `json:"type"`
	KeyData WorkBenchKeyData  `json:"keydata,omitempty"`
	Image   WorkBenchImage    `json:"image,omitempty"`
	List    WorkBenchListData `json:"list,omitempty"`
	WebView WorkBenchWebView  `json:"webview,omitempty"`
}

type RequestSetWorkbenchTemplate

type RequestSetWorkbenchTemplate struct {
	AgentID         int               `json:"agentid"`
	Type            string            `json:"type"`
	KeyData         WorkBenchKeyData  `json:"keydata"`
	Image           WorkBenchImage    `json:"image,omitempty"`
	List            WorkBenchListItem `json:"list,omitempty"`
	WebView         WorkBenchWebView  `json:"webview,omitempty"`
	ReplaceUserData bool              `json:"replace_user_data"`
}

type WorkBenchImage

type WorkBenchImage struct {
	Url      string `json:"url"`
	JumpUrl  string `json:"jump_url"`
	PagePath string `json:"pagepath"`
}

type WorkBenchKeyData

type WorkBenchKeyData struct {
	Items []WorkBenchKeyDataItem `json:"items"`
}

type WorkBenchKeyDataItem

type WorkBenchKeyDataItem struct {
	Key      string `json:"key"`
	Data     string `json:"data"`
	JumpUrl  string `json:"jump_url"`
	PagePath string `json:"pagepath"`
}

type WorkBenchListData

type WorkBenchListData struct {
	Items []WorkBenchListItem `json:"items"`
}

type WorkBenchListItem

type WorkBenchListItem struct {
	Title    string `json:"title"`
	JumpUrl  string `json:"jump_url"`
	PagePath string `json:"pagepath"`
}

type WorkBenchWebView

type WorkBenchWebView struct {
	Url      string `json:"url"`
	JumpUrl  string `json:"jump_url"`
	PagePath string `json:"pagepath"`
}

Jump to

Keyboard shortcuts

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