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 WorkBenchKeyData ¶
type WorkBenchKeyData struct {
Items []WorkBenchKeyDataItem `json:"items"`
}
type WorkBenchKeyDataItem ¶
type WorkBenchListData ¶
type WorkBenchListData struct {
Items []WorkBenchListItem `json:"items"`
}
type WorkBenchListItem ¶
type WorkBenchWebView ¶
Click to show internal directories.
Click to hide internal directories.