Versions in this module Expand all Collapse all v2 v2.1.13 Feb 11, 2026 v2.1.12 Feb 11, 2026 v2.1.11 Nov 16, 2025 v2.1.10 Oct 27, 2025 Changes in this version + type ClientVersion struct + ClientVersionList []string + Type int64 + type DefaultTimeDataItem struct + CostTime int64 + CostTimeType int64 + RefData string + type Feedback struct + Content string + CreateTime int64 + HeadURL string + MediaIDS []string + Nickname string + OpenID string + Phone string + RecordID int64 + SystemInfo string + Type int64 + type GetDomainInfoRequest struct + Action string + type GetDomainInfoResponse struct + BizDomain []string + DownloadDomain []string + RequestDomain []string + UDPDomain []string + UploadDomain []string + WsRequestDomain []string + type GetFeedbackListRequest struct + Num int64 + Page int64 + Type int64 + type GetFeedbackListResponse struct + List []Feedback + TotalNum int64 + type GetGrayReleasePlanResponse struct + GrayReleasePlan GrayReleasePlanDetail + type GetJsErrDetailRequest struct + AppVersion string + ClientVersion string + Desc string + EndTime string + ErrorMsgMd5 string + ErrorStackMd5 string + Limit int64 + Offset int64 + OpenID string + OsName string + SdkVersion string + StartTime string + type GetJsErrDetailResponse struct + Data []JsErrDetailData + OpenID string + TotalCount int64 + type GetJsErrListRequest struct + AppVersion string + Desc string + EndTime string + ErrType string + Keyword string + Limit int64 + Offset int64 + OpenID string + OrderBy string + StartTime string + type GetJsErrListResponse struct + Data []JsErrListData + OpenID string + TotalCount int64 + type GetPerformanceRequest struct + CostTimeType int64 + DefaultEndTime int64 + DefaultStartTime int64 + Device string + IsDownloadCode string + NetworkType string + Scene string + type GetPerformanceResponse struct + CompareTimeData string + DefaultTimeData string + type GetSceneListResponse struct + Scene []Scene + type GetVersionListResponse struct + CvList []ClientVersion + type GrayReleasePlanDetail struct + CreateTimestamp int64 + GrayPercentage int64 + Status int64 + SupportDebugerFirst bool + SupportExperiencerFirst bool + type JsErrDetailData struct + AppID string + AppVersion string + ClientVersion string + Count string + DeviceModel string + Ds string + ErrorMsg string + ErrorMsgMd5 string + ErrorStack string + ErrorStackMd5 string + Nickname string + OpenID string + OsName string + PluginVersion string + Route string + SdkVersion string + Source string + TimeStamp string + Uin string + type JsErrListData struct + ErrorMsg string + ErrorMsgMd5 string + ErrorStack string + ErrorStackMd5 string + Pv int64 + PvPercent string + Uv int64 + UvPercent string + type Operation struct + func NewOperation(ctx *context.Context) *Operation + func (o *Operation) GetDomainInfo(req *GetDomainInfoRequest) (res GetDomainInfoResponse, err error) + func (o *Operation) GetFeedbackList(req *GetFeedbackListRequest) (res GetFeedbackListResponse, err error) + func (o *Operation) GetGrayReleasePlan() (res GetGrayReleasePlanResponse, err error) + func (o *Operation) GetJsErrDetail(req *GetJsErrDetailRequest) (res GetJsErrDetailResponse, err error) + func (o *Operation) GetJsErrList(req *GetJsErrListRequest) (res GetJsErrListResponse, err error) + func (o *Operation) GetPerformance(req *GetPerformanceRequest) (res GetPerformanceResponse, err error) + func (o *Operation) GetSceneList() (res GetSceneListResponse, err error) + func (o *Operation) GetVersionList() (res GetVersionListResponse, err error) + func (o *Operation) RealTimeLogSearch(req *RealTimeLogSearchRequest) (res RealTimeLogSearchResponse, err error) + type PerformanceDefaultTimeData struct + List []DefaultTimeDataItem + type RealTimeLogSearchData struct + List []RealTimeLogSearchDataList + Total int64 + type RealTimeLogSearchDataList struct + ClientVersion string + FilterMsg string + ID string + Level int64 + LibraryVersion string + Msg []RealTimeLogSearchDataListMsg + Platform int64 + Timestamp int64 + TraceID string + URL string + type RealTimeLogSearchDataListMsg struct + Level int64 + Msg []string + Time int64 + type RealTimeLogSearchRequest struct + BeginTime int64 + Date string + EndTime int64 + FilterMsg string + ID string + Level int64 + Limit int64 + Start int64 + TraceID string + URL string + type RealTimeLogSearchResponse struct + Data RealTimeLogSearchData + type Scene struct + Name string + Value string v2.1.10-rc.1 Aug 18, 2025