Documentation ¶
Index ¶
- type AddMerchantApmRequest
- type AddMerchantClsLogTopicRequest
- type AddMerchantClsLogTopicResponse
- type DeleteMerchantLog
- type TencentResourceListRequest
- type TopicCreateRequest
- type TopicCreateResponse
- type TopicDeleteRequest
- type TopicDeleteResponse
- type TopicListRequest
- type TopicModifyRequest
- type TopicModifyResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddMerchantApmRequest ¶
type AddMerchantApmRequest struct { MerchantName string `json:"merchant_name"` // 商户名称 MerchantId string `json:"merchant_id"` // 商户id Namespaces []string `json:"namespaces"` // 商户环境 }
AddMerchantApmRequest apm
type DeleteMerchantLog ¶
type TopicCreateRequest ¶
type TopicCreateResponse ¶
type TopicDeleteRequest ¶
type TopicDeleteRequest struct {
TopicId string `json:"topic_id"` // topicID
}
type TopicDeleteResponse ¶
type TopicDeleteResponse struct {
RequestId string `json:"request_id"`
}
type TopicListRequest ¶
type TopicListRequest struct { Offset int64 `json:"offset"` // 分页的偏移量 Limit int64 `json:"limit"` // 分页单页限制数目 }
TopicListRequest cls
type TopicModifyRequest ¶
type TopicModifyResponse ¶
type TopicModifyResponse struct {
RequestId string `json:"request_id"`
}
Click to show internal directories.
Click to hide internal directories.