Versions in this module Expand all Collapse all v0 v0.0.4 Aug 15, 2023 v0.0.3 Aug 15, 2023 v0.0.2 Aug 15, 2023 Changes in this version + type BaseUser struct + Id *string + Name *string + func (o BaseUser) String() string + type CreateNotificationRequest struct + Body *CreateNotificationRequestBody + func (o CreateNotificationRequest) String() string + type CreateNotificationRequestBody struct + Filter *Filter + NotificationName string + NotifyUserList *[]NotificationUsers + OperationType CreateNotificationRequestBodyOperationType + Operations *[]Operations + TopicId *string + func (o CreateNotificationRequestBody) String() string + type CreateNotificationRequestBodyOperationType struct + func (c *CreateNotificationRequestBodyOperationType) UnmarshalJSON(b []byte) error + func (c CreateNotificationRequestBodyOperationType) MarshalJSON() ([]byte, error) + func (c CreateNotificationRequestBodyOperationType) Value() string + type CreateNotificationRequestBodyOperationTypeEnum struct + COMPLETE CreateNotificationRequestBodyOperationType + CUSTOMIZED CreateNotificationRequestBodyOperationType + func GetCreateNotificationRequestBodyOperationTypeEnum() CreateNotificationRequestBodyOperationTypeEnum + type CreateNotificationResponse struct + CreateTime *int64 + Filter *Filter + HttpStatusCode int + NotificationId *string + NotificationName *string + NotificationType *CreateNotificationResponseNotificationType + NotifyUserList *[]NotificationUsers + OperationType *CreateNotificationResponseOperationType + Operations *[]Operations + ProjectId *string + Status *CreateNotificationResponseStatus + TopicId *string + func (o CreateNotificationResponse) String() string + type CreateNotificationResponseNotificationType struct + func (c *CreateNotificationResponseNotificationType) UnmarshalJSON(b []byte) error + func (c CreateNotificationResponseNotificationType) MarshalJSON() ([]byte, error) + func (c CreateNotificationResponseNotificationType) Value() string + type CreateNotificationResponseNotificationTypeEnum struct + FUN CreateNotificationResponseNotificationType + SMN CreateNotificationResponseNotificationType + func GetCreateNotificationResponseNotificationTypeEnum() CreateNotificationResponseNotificationTypeEnum + type CreateNotificationResponseOperationType struct + func (c *CreateNotificationResponseOperationType) UnmarshalJSON(b []byte) error + func (c CreateNotificationResponseOperationType) MarshalJSON() ([]byte, error) + func (c CreateNotificationResponseOperationType) Value() string + type CreateNotificationResponseOperationTypeEnum struct + COMPLETE CreateNotificationResponseOperationType + CUSTOMIZED CreateNotificationResponseOperationType + func GetCreateNotificationResponseOperationTypeEnum() CreateNotificationResponseOperationTypeEnum + type CreateNotificationResponseStatus struct + func (c *CreateNotificationResponseStatus) UnmarshalJSON(b []byte) error + func (c CreateNotificationResponseStatus) MarshalJSON() ([]byte, error) + func (c CreateNotificationResponseStatus) Value() string + type CreateNotificationResponseStatusEnum struct + DISABLED CreateNotificationResponseStatus + ENABLED CreateNotificationResponseStatus + func GetCreateNotificationResponseStatusEnum() CreateNotificationResponseStatusEnum + type CreateTrackerRequest struct + Body *CreateTrackerRequestBody + func (o CreateTrackerRequest) String() string + type CreateTrackerRequestBody struct + DataBucket *DataBucket + IsLtsEnabled *bool + IsSupportTraceFilesEncryption *bool + IsSupportValidate *bool + KmsId *string + ObsInfo *TrackerObsInfo + TrackerName string + TrackerType CreateTrackerRequestBodyTrackerType + func (o CreateTrackerRequestBody) String() string + type CreateTrackerRequestBodyTrackerType struct + func (c *CreateTrackerRequestBodyTrackerType) UnmarshalJSON(b []byte) error + func (c CreateTrackerRequestBodyTrackerType) MarshalJSON() ([]byte, error) + func (c CreateTrackerRequestBodyTrackerType) Value() string + type CreateTrackerRequestBodyTrackerTypeEnum struct + DATA CreateTrackerRequestBodyTrackerType + SYSTEM CreateTrackerRequestBodyTrackerType + func GetCreateTrackerRequestBodyTrackerTypeEnum() CreateTrackerRequestBodyTrackerTypeEnum + type CreateTrackerResponse struct + CreateTime *int64 + DataBucket *DataBucketQuery + Detail *string + DomainId *string + HttpStatusCode int + Id *string + IsSupportTraceFilesEncryption *bool + IsSupportValidate *bool + KmsId *string + Lts *Lts + ObsInfo *ObsInfo + ProjectId *string + Status *CreateTrackerResponseStatus + TrackerName *string + TrackerType *CreateTrackerResponseTrackerType + func (o CreateTrackerResponse) String() string + type CreateTrackerResponseStatus struct + func (c *CreateTrackerResponseStatus) UnmarshalJSON(b []byte) error + func (c CreateTrackerResponseStatus) MarshalJSON() ([]byte, error) + func (c CreateTrackerResponseStatus) Value() string + type CreateTrackerResponseStatusEnum struct + DISABLED CreateTrackerResponseStatus + ENABLED CreateTrackerResponseStatus + func GetCreateTrackerResponseStatusEnum() CreateTrackerResponseStatusEnum + type CreateTrackerResponseTrackerType struct + func (c *CreateTrackerResponseTrackerType) UnmarshalJSON(b []byte) error + func (c CreateTrackerResponseTrackerType) MarshalJSON() ([]byte, error) + func (c CreateTrackerResponseTrackerType) Value() string + type CreateTrackerResponseTrackerTypeEnum struct + DATA CreateTrackerResponseTrackerType + SYSTEM CreateTrackerResponseTrackerType + func GetCreateTrackerResponseTrackerTypeEnum() CreateTrackerResponseTrackerTypeEnum + type CtsQuota struct + Quota *int64 + Type *string + Used *int64 + func (o CtsQuota) String() string + type DataBucket struct + DataBucketName *string + DataEvent *[]DataBucketDataEvent + func (o DataBucket) String() string + type DataBucketDataEvent struct + func (c *DataBucketDataEvent) UnmarshalJSON(b []byte) error + func (c DataBucketDataEvent) MarshalJSON() ([]byte, error) + func (c DataBucketDataEvent) Value() string + type DataBucketDataEventEnum struct + READ DataBucketDataEvent + WRITE DataBucketDataEvent + func GetDataBucketDataEventEnum() DataBucketDataEventEnum + type DataBucketQuery struct + DataBucketName *string + DataEvent *[]DataBucketQueryDataEvent + SearchEnabled *bool + func (o DataBucketQuery) String() string + type DataBucketQueryDataEvent struct + func (c *DataBucketQueryDataEvent) UnmarshalJSON(b []byte) error + func (c DataBucketQueryDataEvent) MarshalJSON() ([]byte, error) + func (c DataBucketQueryDataEvent) Value() string + type DataBucketQueryDataEventEnum struct + READ DataBucketQueryDataEvent + WRITE DataBucketQueryDataEvent + func GetDataBucketQueryDataEventEnum() DataBucketQueryDataEventEnum + type DeleteNotificationRequest struct + NotificationId string + func (o DeleteNotificationRequest) String() string + type DeleteNotificationResponse struct + HttpStatusCode int + func (o DeleteNotificationResponse) String() string + type DeleteTrackerRequest struct + TrackerName *string + TrackerType *DeleteTrackerRequestTrackerType + func (o DeleteTrackerRequest) String() string + type DeleteTrackerRequestTrackerType struct + func (c *DeleteTrackerRequestTrackerType) UnmarshalJSON(b []byte) error + func (c DeleteTrackerRequestTrackerType) MarshalJSON() ([]byte, error) + func (c DeleteTrackerRequestTrackerType) Value() string + type DeleteTrackerRequestTrackerTypeEnum struct + DATA DeleteTrackerRequestTrackerType + SYSTEM DeleteTrackerRequestTrackerType + func GetDeleteTrackerRequestTrackerTypeEnum() DeleteTrackerRequestTrackerTypeEnum + type DeleteTrackerResponse struct + HttpStatusCode int + func (o DeleteTrackerResponse) String() string + type Filter struct + Condition FilterCondition + IsSupportFilter bool + Rule []string + func (o Filter) String() string + type FilterCondition struct + func (c *FilterCondition) UnmarshalJSON(b []byte) error + func (c FilterCondition) MarshalJSON() ([]byte, error) + func (c FilterCondition) Value() string + type FilterConditionEnum struct + AND FilterCondition + OR FilterCondition + func GetFilterConditionEnum() FilterConditionEnum + type ListNotificationsRequest struct + NotificationName *string + NotificationType ListNotificationsRequestNotificationType + func (o ListNotificationsRequest) String() string + type ListNotificationsRequestNotificationType struct + func (c *ListNotificationsRequestNotificationType) UnmarshalJSON(b []byte) error + func (c ListNotificationsRequestNotificationType) MarshalJSON() ([]byte, error) + func (c ListNotificationsRequestNotificationType) Value() string + type ListNotificationsRequestNotificationTypeEnum struct + FUN ListNotificationsRequestNotificationType + SMN ListNotificationsRequestNotificationType + func GetListNotificationsRequestNotificationTypeEnum() ListNotificationsRequestNotificationTypeEnum + type ListNotificationsResponse struct + HttpStatusCode int + Notifications *[]NotificationsResponseBody + func (o ListNotificationsResponse) String() string + type ListQuotasRequest struct + func (o ListQuotasRequest) String() string + type ListQuotasResponse struct + HttpStatusCode int + Resources *[]CtsQuota + func (o ListQuotasResponse) String() string + type ListTracesRequest struct + From *int64 + Limit *int32 + Next *string + ResourceId *string + ResourceName *string + ResourceType *string + ServiceType *string + To *int64 + TraceId *string + TraceName *string + TraceRating *ListTracesRequestTraceRating + TraceType ListTracesRequestTraceType + TrackerName *string + User *string + func (o ListTracesRequest) String() string + type ListTracesRequestTraceRating struct + func (c *ListTracesRequestTraceRating) UnmarshalJSON(b []byte) error + func (c ListTracesRequestTraceRating) MarshalJSON() ([]byte, error) + func (c ListTracesRequestTraceRating) Value() string + type ListTracesRequestTraceRatingEnum struct + INCIDENT ListTracesRequestTraceRating + NORMAL ListTracesRequestTraceRating + WARNING ListTracesRequestTraceRating + func GetListTracesRequestTraceRatingEnum() ListTracesRequestTraceRatingEnum + type ListTracesRequestTraceType struct + func (c *ListTracesRequestTraceType) UnmarshalJSON(b []byte) error + func (c ListTracesRequestTraceType) MarshalJSON() ([]byte, error) + func (c ListTracesRequestTraceType) Value() string + type ListTracesRequestTraceTypeEnum struct + DATA ListTracesRequestTraceType + SYSTEM ListTracesRequestTraceType + func GetListTracesRequestTraceTypeEnum() ListTracesRequestTraceTypeEnum + type ListTracesResponse struct + HttpStatusCode int + MetaData *MetaData + Traces *[]Traces + func (o ListTracesResponse) String() string + type ListTrackersRequest struct + TrackerName *string + TrackerType *ListTrackersRequestTrackerType + func (o ListTrackersRequest) String() string + type ListTrackersRequestTrackerType struct + func (c *ListTrackersRequestTrackerType) UnmarshalJSON(b []byte) error + func (c ListTrackersRequestTrackerType) MarshalJSON() ([]byte, error) + func (c ListTrackersRequestTrackerType) Value() string + type ListTrackersRequestTrackerTypeEnum struct + DATA ListTrackersRequestTrackerType + SYSTEM ListTrackersRequestTrackerType + func GetListTrackersRequestTrackerTypeEnum() ListTrackersRequestTrackerTypeEnum + type ListTrackersResponse struct + HttpStatusCode int + Trackers *[]TrackerResponseBody + func (o ListTrackersResponse) String() string + type Lts struct + IsLtsEnabled *bool + LogGroupName *string + LogTopicName *string + func (o Lts) String() string + type MetaData struct + Count *int32 + Marker *string + func (o MetaData) String() string + type NotificationUsers struct + UserGroup string + UserList []string + func (o NotificationUsers) String() string + type NotificationsResponseBody struct + CreateTime *int64 + Filter *Filter + NotificationId *string + NotificationName *string + NotificationType *NotificationsResponseBodyNotificationType + NotifyUserList *[]NotificationUsers + OperationType *NotificationsResponseBodyOperationType + Operations *[]Operations + ProjectId *string + Status *NotificationsResponseBodyStatus + TopicId *string + func (o NotificationsResponseBody) String() string + type NotificationsResponseBodyNotificationType struct + func (c *NotificationsResponseBodyNotificationType) UnmarshalJSON(b []byte) error + func (c NotificationsResponseBodyNotificationType) MarshalJSON() ([]byte, error) + func (c NotificationsResponseBodyNotificationType) Value() string + type NotificationsResponseBodyNotificationTypeEnum struct + FUN NotificationsResponseBodyNotificationType + SMN NotificationsResponseBodyNotificationType + func GetNotificationsResponseBodyNotificationTypeEnum() NotificationsResponseBodyNotificationTypeEnum + type NotificationsResponseBodyOperationType struct + func (c *NotificationsResponseBodyOperationType) UnmarshalJSON(b []byte) error + func (c NotificationsResponseBodyOperationType) MarshalJSON() ([]byte, error) + func (c NotificationsResponseBodyOperationType) Value() string + type NotificationsResponseBodyOperationTypeEnum struct + COMPLETE NotificationsResponseBodyOperationType + CUSTOMIZED NotificationsResponseBodyOperationType + func GetNotificationsResponseBodyOperationTypeEnum() NotificationsResponseBodyOperationTypeEnum + type NotificationsResponseBodyStatus struct + func (c *NotificationsResponseBodyStatus) UnmarshalJSON(b []byte) error + func (c NotificationsResponseBodyStatus) MarshalJSON() ([]byte, error) + func (c NotificationsResponseBodyStatus) Value() string + type NotificationsResponseBodyStatusEnum struct + DISABLED NotificationsResponseBodyStatus + ENABLED NotificationsResponseBodyStatus + func GetNotificationsResponseBodyStatusEnum() NotificationsResponseBodyStatusEnum + type ObsInfo struct + BucketLifecycle *int64 + BucketName *string + CompressType *ObsInfoCompressType + FilePrefixName *string + IsAuthorizedBucket *bool + IsObsCreated *bool + IsSortByService *bool + func (o ObsInfo) String() string + type ObsInfoCompressType struct + func (c *ObsInfoCompressType) UnmarshalJSON(b []byte) error + func (c ObsInfoCompressType) MarshalJSON() ([]byte, error) + func (c ObsInfoCompressType) Value() string + type ObsInfoCompressTypeEnum struct + GZIP ObsInfoCompressType + JSON ObsInfoCompressType + func GetObsInfoCompressTypeEnum() ObsInfoCompressTypeEnum + type Operations struct + ResourceType string + ServiceType string + TraceNames []string + func (o Operations) String() string + type Traces struct + ApiVersion *string + Code *string + Endpoint *string + LocationInfo *string + Message *string + RecordTime *int64 + Request *string + RequestId *string + ResourceId *string + ResourceName *string + ResourceType *string + ResourceUrl *string + Response *string + ServiceType *string + SourceIp *string + Time *int64 + TraceId *string + TraceName *string + TraceRating *TracesTraceRating + TraceType *string + User *UserInfo + func (o Traces) String() string + type TracesTraceRating struct + func (c *TracesTraceRating) UnmarshalJSON(b []byte) error + func (c TracesTraceRating) MarshalJSON() ([]byte, error) + func (c TracesTraceRating) Value() string + type TracesTraceRatingEnum struct + INCIDENT TracesTraceRating + NORMAL TracesTraceRating + WARNING TracesTraceRating + func GetTracesTraceRatingEnum() TracesTraceRatingEnum + type TrackerObsInfo struct + BucketLifecycle *int32 + BucketName *string + CompressType *TrackerObsInfoCompressType + FilePrefixName *string + IsObsCreated *bool + IsSortByService *bool + func (o TrackerObsInfo) String() string + type TrackerObsInfoCompressType struct + func (c *TrackerObsInfoCompressType) UnmarshalJSON(b []byte) error + func (c TrackerObsInfoCompressType) MarshalJSON() ([]byte, error) + func (c TrackerObsInfoCompressType) Value() string + type TrackerObsInfoCompressTypeEnum struct + GZIP TrackerObsInfoCompressType + JSON TrackerObsInfoCompressType + func GetTrackerObsInfoCompressTypeEnum() TrackerObsInfoCompressTypeEnum + type TrackerResponseBody struct + CreateTime *int64 + DataBucket *DataBucketQuery + Detail *string + DomainId *string + GroupId *string + Id *string + IsSupportTraceFilesEncryption *bool + IsSupportValidate *bool + KmsId *string + Lts *Lts + ObsInfo *ObsInfo + ProjectId *string + Status *TrackerResponseBodyStatus + StreamId *string + TrackerName *string + TrackerType *TrackerResponseBodyTrackerType + func (o TrackerResponseBody) String() string + type TrackerResponseBodyStatus struct + func (c *TrackerResponseBodyStatus) UnmarshalJSON(b []byte) error + func (c TrackerResponseBodyStatus) MarshalJSON() ([]byte, error) + func (c TrackerResponseBodyStatus) Value() string + type TrackerResponseBodyStatusEnum struct + DISABLED TrackerResponseBodyStatus + ENABLED TrackerResponseBodyStatus + func GetTrackerResponseBodyStatusEnum() TrackerResponseBodyStatusEnum + type TrackerResponseBodyTrackerType struct + func (c *TrackerResponseBodyTrackerType) UnmarshalJSON(b []byte) error + func (c TrackerResponseBodyTrackerType) MarshalJSON() ([]byte, error) + func (c TrackerResponseBodyTrackerType) Value() string + type TrackerResponseBodyTrackerTypeEnum struct + DATA TrackerResponseBodyTrackerType + SYSTEM TrackerResponseBodyTrackerType + func GetTrackerResponseBodyTrackerTypeEnum() TrackerResponseBodyTrackerTypeEnum + type UpdateNotificationRequest struct + Body *UpdateNotificationRequestBody + func (o UpdateNotificationRequest) String() string + type UpdateNotificationRequestBody struct + Filter *Filter + NotificationId string + NotificationName string + NotifyUserList *[]NotificationUsers + OperationType UpdateNotificationRequestBodyOperationType + Operations *[]Operations + Status UpdateNotificationRequestBodyStatus + TopicId *string + func (o UpdateNotificationRequestBody) String() string + type UpdateNotificationRequestBodyOperationType struct + func (c *UpdateNotificationRequestBodyOperationType) UnmarshalJSON(b []byte) error + func (c UpdateNotificationRequestBodyOperationType) MarshalJSON() ([]byte, error) + func (c UpdateNotificationRequestBodyOperationType) Value() string + type UpdateNotificationRequestBodyOperationTypeEnum struct + COMPLETE UpdateNotificationRequestBodyOperationType + CUSTOMIZED UpdateNotificationRequestBodyOperationType + func GetUpdateNotificationRequestBodyOperationTypeEnum() UpdateNotificationRequestBodyOperationTypeEnum + type UpdateNotificationRequestBodyStatus struct + func (c *UpdateNotificationRequestBodyStatus) UnmarshalJSON(b []byte) error + func (c UpdateNotificationRequestBodyStatus) MarshalJSON() ([]byte, error) + func (c UpdateNotificationRequestBodyStatus) Value() string + type UpdateNotificationRequestBodyStatusEnum struct + DISABLED UpdateNotificationRequestBodyStatus + ENABLED UpdateNotificationRequestBodyStatus + func GetUpdateNotificationRequestBodyStatusEnum() UpdateNotificationRequestBodyStatusEnum + type UpdateNotificationResponse struct + CreateTime *int64 + Filter *Filter + HttpStatusCode int + NotificationId *string + NotificationName *string + NotificationType *UpdateNotificationResponseNotificationType + NotifyUserList *[]NotificationUsers + OperationType *UpdateNotificationResponseOperationType + Operations *[]Operations + ProjectId *string + Status *UpdateNotificationResponseStatus + TopicId *string + func (o UpdateNotificationResponse) String() string + type UpdateNotificationResponseNotificationType struct + func (c *UpdateNotificationResponseNotificationType) UnmarshalJSON(b []byte) error + func (c UpdateNotificationResponseNotificationType) MarshalJSON() ([]byte, error) + func (c UpdateNotificationResponseNotificationType) Value() string + type UpdateNotificationResponseNotificationTypeEnum struct + FUN UpdateNotificationResponseNotificationType + SMN UpdateNotificationResponseNotificationType + func GetUpdateNotificationResponseNotificationTypeEnum() UpdateNotificationResponseNotificationTypeEnum + type UpdateNotificationResponseOperationType struct + func (c *UpdateNotificationResponseOperationType) UnmarshalJSON(b []byte) error + func (c UpdateNotificationResponseOperationType) MarshalJSON() ([]byte, error) + func (c UpdateNotificationResponseOperationType) Value() string + type UpdateNotificationResponseOperationTypeEnum struct + COMPLETE UpdateNotificationResponseOperationType + CUSTOMIZED UpdateNotificationResponseOperationType + func GetUpdateNotificationResponseOperationTypeEnum() UpdateNotificationResponseOperationTypeEnum + type UpdateNotificationResponseStatus struct + func (c *UpdateNotificationResponseStatus) UnmarshalJSON(b []byte) error + func (c UpdateNotificationResponseStatus) MarshalJSON() ([]byte, error) + func (c UpdateNotificationResponseStatus) Value() string + type UpdateNotificationResponseStatusEnum struct + DISABLED UpdateNotificationResponseStatus + ENABLED UpdateNotificationResponseStatus + func GetUpdateNotificationResponseStatusEnum() UpdateNotificationResponseStatusEnum + type UpdateTrackerRequest struct + Body *UpdateTrackerRequestBody + func (o UpdateTrackerRequest) String() string + type UpdateTrackerRequestBody struct + DataBucket *DataBucket + IsLtsEnabled *bool + IsSupportTraceFilesEncryption *bool + IsSupportValidate *bool + KmsId *string + ObsInfo *TrackerObsInfo + Status *UpdateTrackerRequestBodyStatus + TrackerName string + TrackerType UpdateTrackerRequestBodyTrackerType + func (o UpdateTrackerRequestBody) String() string + type UpdateTrackerRequestBodyStatus struct + func (c *UpdateTrackerRequestBodyStatus) UnmarshalJSON(b []byte) error + func (c UpdateTrackerRequestBodyStatus) MarshalJSON() ([]byte, error) + func (c UpdateTrackerRequestBodyStatus) Value() string + type UpdateTrackerRequestBodyStatusEnum struct + DISABLED UpdateTrackerRequestBodyStatus + ENABLED UpdateTrackerRequestBodyStatus + func GetUpdateTrackerRequestBodyStatusEnum() UpdateTrackerRequestBodyStatusEnum + type UpdateTrackerRequestBodyTrackerType struct + func (c *UpdateTrackerRequestBodyTrackerType) UnmarshalJSON(b []byte) error + func (c UpdateTrackerRequestBodyTrackerType) MarshalJSON() ([]byte, error) + func (c UpdateTrackerRequestBodyTrackerType) Value() string + type UpdateTrackerRequestBodyTrackerTypeEnum struct + DATA UpdateTrackerRequestBodyTrackerType + SYSTEM UpdateTrackerRequestBodyTrackerType + func GetUpdateTrackerRequestBodyTrackerTypeEnum() UpdateTrackerRequestBodyTrackerTypeEnum + type UpdateTrackerResponse struct + HttpStatusCode int + func (o UpdateTrackerResponse) String() string + type UserInfo struct + Domain *BaseUser + Id *string + Name *string + func (o UserInfo) String() string